Skip to content

Commit

Permalink
Updates pt. 4
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jul 2, 2015
1 parent e4384c5 commit 467452a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion audio/audio_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "../retroarch.h"
#include "../runloop.h"
#include "../performance.h"
#include "../intl/intl.h"

#ifndef AUDIO_BUFFER_FREE_SAMPLES_COUNT
#define AUDIO_BUFFER_FREE_SAMPLES_COUNT (8 * 1024)
Expand Down
1 change: 0 additions & 1 deletion libretro_version_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include "audio/audio_utils.h"
#include "record/record_driver.h"
#include "gfx/video_pixel_converter.h"
#include "intl/intl.h"

#ifdef HAVE_NETPLAY
#include "netplay.h"
Expand Down
2 changes: 1 addition & 1 deletion menu/cbs/menu_cbs_get_value.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

#include "../../general.h"
#include "../../performance.h"
#include "../../intl/intl.h"
#include "../../system.h"
#include "../../intl/intl.h"

const char axis_labels[4][128] = {
RETRO_LBL_ANALOG_LEFT_X,
Expand Down
1 change: 0 additions & 1 deletion record/record_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "../general.h"
#include "../retroarch.h"
#include "../runloop.h"
#include "../intl/intl.h"
#include "../gfx/video_driver.h"
#include "../gfx/video_viewport.h"
#include "../msg_hash.h"
Expand Down

0 comments on commit 467452a

Please sign in to comment.