aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/autoload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoload.cpp')
-rw-r--r--src/autoload.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/autoload.cpp b/src/autoload.cpp
index 6f7c3905..31f6e6df 100644
--- a/src/autoload.cpp
+++ b/src/autoload.cpp
@@ -1,18 +1,18 @@
// The classes responsible for autoloading functions and completions.
#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 <set>
#include <string>
#include <utility>
#include <vector>
-#include <pthread.h>
-#include <stddef.h>
-#include <set>
-#include <time.h>
-#include <stdbool.h>
#include "autoload.h"
#include "common.h"