aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common.cpp
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-04-27 14:56:46 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-04-27 14:56:46 -0700
commit87d5fa054d06fcf306138a62dc0829720af50243 (patch)
tree1e7028448354abc4265bd8f0af624c16e02c120f /src/common.cpp
parentac68c0c878defff6f98766814207e97dc2427981 (diff)
compile fallback.cpp and util.cpp seperately
Don't `#include "*.cpp"` modules in other cpp modules. I already took care of all the builtin_*.cpp modules in my previous change where I restyled the builtin code. This change fixes the two remaining instances of this anti-pattern.
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 3f738ec0..75f3c945 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -42,9 +42,6 @@ parts of fish.
#include "expand.h"
#include "wildcard.h"
-#include "util.cpp"
-#include "fallback.cpp"
-
#define NOT_A_WCHAR (static_cast<wint_t>(WEOF))
struct termios shell_modes;