Move include statements
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
|
#include "parser.hpp"
|
||||||
#include "terminal.hpp"
|
#include "terminal.hpp"
|
||||||
#include "swrite.hpp"
|
#include "swrite.hpp"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
|
||||||
#include "parser.hpp"
|
#include "parseraction.hpp"
|
||||||
#include "terminalframebuffer.hpp"
|
#include "terminalframebuffer.hpp"
|
||||||
#include "terminaldispatcher.hpp"
|
#include "terminaldispatcher.hpp"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user