aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/complete.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/complete.cpp')
-rw-r--r--src/complete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complete.cpp b/src/complete.cpp
index e23e9ce1..43d36290 100644
--- a/src/complete.cpp
+++ b/src/complete.cpp
@@ -8,7 +8,6 @@
#include <assert.h>
#include <pthread.h>
#include <pwd.h>
-#include <stdbool.h>
#include <stddef.h>
#include <wchar.h>
#include <wctype.h>
@@ -20,6 +19,7 @@
#include <string>
#include <utility>
+
#include "autoload.h"
#include "builtin.h"
#include "common.h"