put headers back in required order
This commit is contained in:
parent
5a0e281ade
commit
cb76498965
1 changed files with 3 additions and 2 deletions
|
|
@ -72,12 +72,13 @@ FILE_TYPE lst_dev;
|
|||
int lst_open = FALSE;
|
||||
#endif
|
||||
|
||||
// (n.b. these are order sensitive. don't let clang-format reorder them!)
|
||||
#include "ram.h"
|
||||
#include "console.h"
|
||||
#include "cpm.h"
|
||||
#include "cpu.h"
|
||||
#include "disk.h"
|
||||
#include "host.h"
|
||||
#include "ram.h"
|
||||
#include "cpm.h"
|
||||
#ifdef CCP_INTERNAL
|
||||
#include "ccp.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue