Skip to content

Commit

Permalink
Fix filename case of some included headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamyCecil committed Aug 15, 2024
1 parent c52ac15 commit 6583db4
Show file tree
Hide file tree
Showing 129 changed files with 141 additions and 141 deletions.
2 changes: 1 addition & 1 deletion Sources/DedicatedServer/StdAfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// DedicatedServer.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"
#include "StdAfx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Anim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Anim.h>

Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/CRC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

// Note: this CRC calculation algorithm, although originating from MSDN examples,
// is in fact identical to the Adler32 used in ZIP's CRC calculation.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Changeable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Changeable.h>
#include <Engine/Base/ChangeableRT.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Timer.h>
#include <Engine/Base/Input.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Lists.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Lists.h>

Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Memory.h>
#include <Engine/Base/Translation.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Profiling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Profiling.h>

Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#if SE1_WIN

Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Relations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Relations.h>

Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/ReplaceFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/ReplaceFile.h>
#include <Engine/Base/Stream.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Serial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Serial.h>

Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/ShellTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Shell.h>
#include <Engine/Base/Shell_internal.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/StackDump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Console_Internal.h>

Expand Down
4 changes: 2 additions & 2 deletions Sources/Engine/Base/Statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Statistics.h>
#include <Engine/Base/Statistics_Internal.h>
#include <Engine/Base/Statistics_internal.h>

#include <Engine/Templates/DynamicContainer.cpp>
#include <Engine/Templates/StaticArray.cpp>
Expand Down
4 changes: 2 additions & 2 deletions Sources/Engine/Base/Timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Timer.h>
#include <Engine/Base/Console.h>
Expand All @@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <Engine/Base/Registry.h>
#include <Engine/Base/Profiling.h>
#include <Engine/Base/ErrorReporting.h>
#include <Engine/Base/Statistics_Internal.h>
#include <Engine/Base/Statistics_internal.h>

#include <Engine/Base/ListIterator.inl>
#include <Engine/Base/Priority.inl>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Translation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/CTString.h>
#include <Engine/Base/Translation.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Base/Updateable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Updateable.h>
#include <Engine/Base/UpdateableRT.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Brushes/Brush.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Brushes/Brush.h>
#include <Engine/World/World.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Brushes/BrushArchive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Brushes/Brush.h>
#include <Engine/Brushes/BrushArchive.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Brushes/BrushExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Brushes/Brush.h>
#include <Engine/World/WorldEditingProfile.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Brushes/BrushIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Base/Stream.h>
#include <Engine/Base/ReplaceFile.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Brushes/BrushImport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Brushes/Brush.h>
#include <Engine/Math/Float.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Brushes/BrushMip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Brushes/Brush.h>
#include <Engine/World/World.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Brushes/BrushPolygon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Brushes/Brush.h>
#include <Engine/Brushes/BrushTransformed.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Brushes/BrushSector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Brushes/Brush.h>
#include <Engine/Brushes/BrushTransformed.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Brushes/BrushShadows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Brushes/Brush.h>
#include <Engine/Brushes/BrushTransformed.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Brushes/BrushTriangularize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Brushes/Brush.h>
#include <Engine/Templates/DynamicArray.cpp>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Entities/EntityCollision.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Entities/Entity.h>
#include <Engine/Entities/EntityCollision.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Entities/EntityCopying.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Entities/Entity.h>
#include <Engine/Entities/LastPositions.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Entities/EntityProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Entities/EntityProperties.h>
#include <Engine/Entities/Precaching.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Entities/FieldBSPTesting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Entities/Entity.h>
#include <Engine/Entities/EntityCollision.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Entities/NearestPolygon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Entities/Entity.h>
#include <Engine/Brushes/Brush.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Entities/PlayerCharacter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Entities/PlayerCharacter.h>
#include <Engine/Base/Timer.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Graphics/Color.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
// [Cecil] ASM code translation:
// https://gitlab.com/TwilightWingsStudio/SSE/SeriousEngineE/-/blob/master/Core/Graphics/Color.cpp

#include "stdh.h"
#include "StdH.h"

#include <Engine/Graphics/Color.h>
#include <Engine/Math/Functions.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Graphics/DepthCheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"


#include <Engine/Base/Console.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Graphics/DisplayMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Graphics/DisplayMode.h>
#include <Engine/Base/Translation.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Graphics/DrawPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Graphics/DrawPort.h>

Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Graphics/DrawPort_Particles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Graphics/DrawPort.h>

Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Graphics/DrawPort_RenderScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Graphics/DrawPort.h>

Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Graphics/Fog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "StdH.h"

#include <Engine/Base/Memory.h>
#include <Engine/Base/Filename.h>
#include <Engine/Base/FileName.h>
#include <Engine/Base/Statistics_internal.h>
#include <Engine/Math/Matrix.h>
#include <Engine/Math/Functions.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Graphics/Font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Graphics/Font.h>
#include <Engine/Base/Stream.h>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Graphics/GfxProfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */

#include "stdh.h"
#include "StdH.h"

#include <Engine/Graphics/GfxProfile.h>

Expand Down
Loading

0 comments on commit 6583db4

Please sign in to comment.