Skip to content

Commit

Permalink
Replace dynamic.h header dependencies to dylib.h header dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Apr 11, 2015
1 parent ba0ea3d commit 1926089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/drivers/platform_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#endif
#include <retro_miscellaneous.h>
#include "../frontend_driver.h"
#include "../../dynamic.h"
#include "../../dylib.h"
#include "../../general.h"

#include <stdint.h>
Expand Down
2 changes: 1 addition & 1 deletion input/drivers_hid/btstack_hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#define BUILDING_BTDYNAMIC
#include "btstack_hid.h"
#include "../../dynamic.h"
#include "../../dylib.h"
#include "../connect/joypad_connection.h"

typedef struct btstack_hid
Expand Down
2 changes: 1 addition & 1 deletion input/drivers_joypad/xinput_joypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "../input_autodetect.h"
#include "../input_common.h"

#include "../../dynamic.h"
#include "../../dylib.h"
#include "../../general.h"
#include <boolean.h>

Expand Down

0 comments on commit 1926089

Please sign in to comment.