Remove runloop.h header includes
This commit is contained in:
parent
642310e08a
commit
a911c24ba3
|
@ -24,7 +24,6 @@
|
|||
#endif
|
||||
|
||||
#include "../font_driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../common/caca_common.h"
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#endif
|
||||
|
||||
#include "../font_driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
#define CT_ATLAS_ROWS 16
|
||||
#define CT_ATLAS_COLS 16
|
||||
|
|
Loading…
Reference in New Issue