(input_overlay.c) Take out general.h include
This commit is contained in:
parent
461e358693
commit
8d0297dfe1
|
@ -18,10 +18,10 @@
|
|||
#include <string.h>
|
||||
#include "input_overlay.h"
|
||||
#include "../driver.h"
|
||||
#include "../general.h"
|
||||
#include <compat/posix_string.h>
|
||||
#include "input_common.h"
|
||||
#include <file/file_path.h>
|
||||
#include <string/string_list.h>
|
||||
#include <clamping.h>
|
||||
#include <stddef.h>
|
||||
#include <math.h>
|
||||
|
|
Loading…
Reference in New Issue