Header include nits

This commit is contained in:
twinaphex 2015-06-05 18:23:06 +02:00
parent edc7f21cfe
commit 27a7f66c2a
2 changed files with 5 additions and 3 deletions

View File

@ -15,11 +15,12 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "file_ext.h"
#include "dir_list_special.h"
#include <file/file_extract.h>
#include <rhash.h>
#include "file_ext.h"
#include "dir_list_special.h"
#include "database_info.h"
#include "file_ops.h"
#include "general.h"

View File

@ -14,6 +14,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <file/file_path.h>
#include "menu.h"
#include "menu_display.h"
#include "menu_entry.h"
@ -22,7 +24,6 @@
#include "../frontend/frontend.h"
#include "../../retroarch.h"
#include "../../performance.h"
#include <file/file_path.h>
static void menu_environment_get(int *argc, char *argv[],
void *args, void *params_data)