fixup header include ordering
This commit is contained in:
parent
75948c2894
commit
b9618a40e4
18 changed files with 42 additions and 31 deletions
|
|
@ -1,7 +1,10 @@
|
|||
#include <dirent.h>
|
||||
#include "pxl8_script.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <dirent.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
@ -10,7 +13,6 @@
|
|||
#include <lualib.h>
|
||||
|
||||
#include "pxl8_macros.h"
|
||||
#include "pxl8_script.h"
|
||||
#include "pxl8_ui.h"
|
||||
|
||||
struct pxl8_script {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue