From 73cbbfe18c7f1b2d08824ff39fed59410c51f574 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 25 Feb 2020 21:09:07 -0800 Subject: Includes: Clean Up (#743) - Use `""` for WarpX-local includes - Order: WarpX `""`, AMReX `<>`, other third party includes `<>` - Add dir prefixes for WarpX Add order to includes by including from `Source/` onward and keeping directory prefixes of non-local includes for clarity. --- Source/Python/WarpX_py.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Python/WarpX_py.H') diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H index b6a813bfc..a40df9728 100644 --- a/Source/Python/WarpX_py.H +++ b/Source/Python/WarpX_py.H @@ -8,7 +8,8 @@ #ifndef WARPX_PY_H_ #define WARPX_PY_H_ -#include +#include "WarpXWrappers.h" + extern "C" { -- cgit v1.2.3