Commit 55ee77ea authored by acpaquette's avatar acpaquette Committed by amystamile-usgs
Browse files

Changed all Endian.h to IEndian.h to prevent include shadowing in a case-folding file system

parent b3826db4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ find files of those names at the top level of this repository. **/
#include "CubeBsqHandler.h"
#include "CubeTileHandler.h"
#include "CubeStretch.h"
#include "Endian.h"
#include "IEndian.h"
#include "FileName.h"
#include "History.h"
#include "ImageHistogram.h"
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ find files of those names at the top level of this repository. **/

#include <nlohmann/json.hpp>

#include "Endian.h"
#include "IEndian.h"
#include "PixelType.h"
#include "PvlKeyword.h"

+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ find files of those names at the top level of this repository. **/
#include "CubeCachingAlgorithm.h"
#include "Displacement.h"
#include "Distance.h"
#include "Endian.h"
#include "IEndian.h"
#include "EndianSwapper.h"
#include "IException.h"
#include "IString.h"
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ find files of those names at the top level of this repository. **/
#include <QThreadPool>

#include "Constants.h"
#include "Endian.h"
#include "IEndian.h"
#include "PixelType.h"

class QFile;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ find files of those names at the top level of this repository. **/
#include <QStringList>

#include "Cube.h"
#include "Endian.h"
#include "IEndian.h"
#include "FileName.h"
#include "IException.h"
#include "PixelType.h"
Loading