aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-08 21:41:38 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-08 21:41:38 -0800
commit6a8219a02e8017ffd39437dc830d0422dc3472a6 (patch)
treefb97baa1a44b85f182b46cfa3befac6950426830 /autoload.cpp
parentc8f7d33a9a6205ebf3ed8fe2a24836325b80f96c (diff)
Remove Python dependency from Makefile and Xcode build
Diffstat (limited to 'autoload.cpp')
-rw-r--r--autoload.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload.cpp b/autoload.cpp
index 01b36c41..fbc91758 100644
--- a/autoload.cpp
+++ b/autoload.cpp
@@ -9,7 +9,6 @@ The classes responsible for autoloading functions and completions.
#include "common.h"
#include "signal.h"
#include "env.h"
-#include "builtin_scripts.h"
#include "exec.h"
#include <assert.h>
#include <algorithm>