From 415dae0026abbb2a5e07b961ab9c60ef550a5229 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 2 Apr 2020 08:38:15 -0700 Subject: Includes: Only From `Source/` (#873) * Includes: Only From `Source/` Avoid adding all directories to include paths: - automatically structure includes more clearly, e.g. a util include with a short name is clearly seen as such - should have some small positive impact on compile time, since the compiler has to search less directories for an include file * Includes: Fix Non-Local Paths Add missing prefix relative to `Source/` for WarpX-local includes. --- Source/Python/Make.package | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Python') diff --git a/Source/Python/Make.package b/Source/Python/Make.package index bcd0def07..9f421456b 100644 --- a/Source/Python/Make.package +++ b/Source/Python/Make.package @@ -1,5 +1,4 @@ CEXE_sources += WarpXWrappers.cpp CEXE_sources += WarpX_py.cpp -INCLUDE_LOCATIONS += $(WARPX_HOME)/Source/Python VPATH_LOCATIONS += $(WARPX_HOME)/Source/Python -- cgit v1.2.3