From 875fe5696bc73c9b26508c534ab97f8f063dafe2 Mon Sep 17 00:00:00 2001 From: Tim Coalson Date: Mon, 11 Jul 2016 19:55:36 -0500 Subject: [PATCH] uniformly use the "same directory" behavior of include with "" --- src/Nifti/NiftiHeader.cxx | 2 +- src/Nifti/nifti2.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Nifti/NiftiHeader.cxx b/src/Nifti/NiftiHeader.cxx index 1dae61b..dca3230 100644 --- a/src/Nifti/NiftiHeader.cxx +++ b/src/Nifti/NiftiHeader.cxx @@ -25,7 +25,7 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "Nifti/NiftiHeader.h" +#include "NiftiHeader.h" #include "Common/ByteSwapping.h" #include "Common/CiftiAssert.h" diff --git a/src/Nifti/nifti2.h b/src/Nifti/nifti2.h index 8f8d46a..0a6daf3 100644 --- a/src/Nifti/nifti2.h +++ b/src/Nifti/nifti2.h @@ -28,7 +28,7 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "Nifti/nifti1.h" +#include "nifti1.h" namespace cifti {