From 1b15861e6e8da9b6843bad96c17c763626fce870 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 20 Sep 2021 18:22:14 -0700 Subject: Rename WarpXWrappers.(h->H) (#2261) * Rename WarpXWrappers.(h->H) All our other header files use `.H`, so renaming this one for consistency. * Remove unused includes of WarpXWrappers.H --- Source/Python/WarpX_py.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Python/WarpX_py.H') diff --git a/Source/Python/WarpX_py.H b/Source/Python/WarpX_py.H index dff61c2b5..42697fbac 100644 --- a/Source/Python/WarpX_py.H +++ b/Source/Python/WarpX_py.H @@ -8,7 +8,7 @@ #ifndef WARPX_PY_H_ #define WARPX_PY_H_ -#include "WarpXWrappers.h" +#include "WarpXWrappers.H" extern "C" { -- cgit v1.2.3