Skip to content

Commit

Permalink
fix: it compiles again
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Dec 3, 2023
1 parent 10e1acc commit 5b6f40d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
7 changes: 1 addition & 6 deletions include/studiomodelpp/structs/VTX.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
#include <vector>

#include "../math/Vector.h"

namespace studiomodelpp::MDL {

class MDL;

} // namespace studiomodelpp::MDL
#include "MDL.h"

namespace studiomodelpp::VTX {

Expand Down
7 changes: 1 addition & 6 deletions include/studiomodelpp/structs/VVD.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@

#include "../math/Vector.h"
#include "Generic.h"

namespace studiomodelpp::MDL {

class MDL;

} // namespace studiomodelpp::MDL
#include "MDL.h"

namespace studiomodelpp::VVD {

Expand Down
1 change: 0 additions & 1 deletion src/structs/VTX.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <studiomodelpp/structs/VTX.h>

#include <studiomodelpp/internal/BufferStream.h>
#include <studiomodelpp/structs/MDL.h>

using namespace studiomodelpp::VTX;
using namespace studiomodelpp::internal;
Expand Down
1 change: 0 additions & 1 deletion src/structs/VVD.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <studiomodelpp/structs/VVD.h>

#include <studiomodelpp/internal/BufferStream.h>
#include <studiomodelpp/structs/MDL.h>

using namespace studiomodelpp::VVD;
using namespace studiomodelpp::internal;
Expand Down

0 comments on commit 5b6f40d

Please sign in to comment.