Skip to content

Commit

Permalink
fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomityGuy committed Mar 5, 2024
1 parent 94e721c commit b70d5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/source/atlas/atlasTQTFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "console/console.h"
#include "core/resManager.h"
#include "core/stream.h"
#include "core/memStream.h"
#include "core/memstream.h"
#include "math/mPoint.h"
#include "gfx/ddsFile.h"
#include "core/frameAllocator.h"
Expand Down
2 changes: 1 addition & 1 deletion engine/source/core/resManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "core/zipAggregate.h"
#include "core/zipHeaders.h"
#include "core/resizeStream.h"
#include "core/memStream.h"
#include "core/memstream.h"
#include "core/frameAllocator.h"

#include "core/resManager.h"
Expand Down

0 comments on commit b70d5e9

Please sign in to comment.