From 87d5fa054d06fcf306138a62dc0829720af50243 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Wed, 27 Apr 2016 14:56:46 -0700 Subject: 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. --- src/common.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common.cpp') 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(WEOF)) struct termios shell_modes; -- cgit v1.2.3