Skip to content

Commit

Permalink
Remove core_options.h header include from runloop.h
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Dec 6, 2015
1 parent 9f1b9e6 commit 551c838
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions autosave.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <boolean.h>

#include <string/string_list.h>
#include <rthreads/rthreads.h>

#include "autosave.h"
Expand Down
1 change: 0 additions & 1 deletion runloop.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "configuration.h"
#include "libretro.h"
#include "core_info.h"
#include "core_options.h"
#include "dynamic.h"

#ifdef __cplusplus
Expand Down

0 comments on commit 551c838

Please sign in to comment.