aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/autoload.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-23 17:24:19 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-23 17:26:08 -0700
commitfa78a7101c3f19aa0ac148f7184aafb1d32bb701 (patch)
tree3a7af19985c9908418cb7c91694f077b50ed41d4 /src/autoload.cpp
parent5d680f6dbc86e69990b3b2e8ab8027f785ef4720 (diff)
Make IWYU output in lint.cpp less messy
And re-run IWYU, adjust #includes.
Diffstat (limited to 'src/autoload.cpp')
-rw-r--r--src/autoload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autoload.cpp b/src/autoload.cpp
index 56292fc6..9ccd304c 100644
--- a/src/autoload.cpp
+++ b/src/autoload.cpp
@@ -4,13 +4,13 @@
#include <assert.h>
#include <errno.h>
#include <pthread.h>
-#include <stdbool.h>
#include <stddef.h>
#include <sys/stat.h>
#include <time.h>
#include <unistd.h>
#include <wchar.h>
#include <algorithm>
+#include <memory>
#include <set>
#include <string>
#include <utility>