summaryrefslogtreecommitdiff
path: root/src/shell_manager.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-04-09 20:05:40 +0200
committerMaxime Coste <frrrwww@gmail.com>2013-04-09 20:05:40 +0200
commit270e950cf1e590975e9b273da849a08d6a4f50bb (patch)
treea4e05a6d6c102b0367f7480f193bd3237f628765 /src/shell_manager.cc
parent5adee4a6a7e63aed3fac3cd8c9456d2ee1cd06a1 (diff)
sort includes directives
Diffstat (limited to 'src/shell_manager.cc')
-rw-r--r--src/shell_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell_manager.cc b/src/shell_manager.cc
index 265b97e8..545bed07 100644
--- a/src/shell_manager.cc
+++ b/src/shell_manager.cc
@@ -1,7 +1,7 @@
#include "shell_manager.hh"
-#include "debug.hh"
#include "context.hh"
+#include "debug.hh"
#include <cstring>
#include <sys/types.h>