aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-20 10:27:39 +0200
committerStefan Boberg <[email protected]>2021-09-20 10:27:39 +0200
commitbbd273ebed04faa8aef41fd2b48e8ef1fdc87645 (patch)
tree2ddd10b11e0b7219bd0371a688ced9152d02835f
parentMerge branch 'main' of https://github.com/EpicGames/zen (diff)
downloadzen-bbd273ebed04faa8aef41fd2b48e8ef1fdc87645.tar.xz
zen-bbd273ebed04faa8aef41fd2b48e8ef1fdc87645.zip
trivial: include cleanup
-rw-r--r--zen/zen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/zen/zen.cpp b/zen/zen.cpp
index 00505be75..fa33d8b31 100644
--- a/zen/zen.cpp
+++ b/zen/zen.cpp
@@ -1,8 +1,6 @@
// Zen command line client utility
//
-#include <zencore/zencore.h>
-
#include "zen.h"
#include "chunk/chunk.h"
@@ -16,6 +14,7 @@
#include "cmds/top.h"
#include "cmds/up.h"
+#include <zencore/zencore.h>
#include <zencore/logging.h>
#include <zencore/scopeguard.h>
#include <zencore/string.h>