Header cleanups

This commit is contained in:
twinaphex 2015-12-05 21:23:34 +01:00
parent 3517fdc02a
commit ec1b1c3e54
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@
#include <string.h>
#include <gfx/scaler/pixconv.h>
#include <gfx/scaler/scaler.h>
#include <file/config_file.h>

View File

@ -20,8 +20,9 @@
#include <stdint.h>
#include <stddef.h>
#include <sys/types.h>
#include <boolean.h>
#include <gfx/scaler/scaler.h>
#include "font_driver.h"
#include "video_filter.h"
#include "video_shader_parse.h"