summaryrefslogtreecommitdiff
path: root/src/renderer/cleanroom
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-03 21:37:51 +1000
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-05-03 21:37:51 +1000
commitaed7d1b7ac340c19656059c9cbd94aff40952f83 (patch)
tree9629cfda30456200e2496d0ac706de0002927614 /src/renderer/cleanroom
parent8407723dfc12d302f6b696f702a5ae9caaf219c1 (diff)
create logical device
Diffstat (limited to 'src/renderer/cleanroom')
-rw-r--r--src/renderer/cleanroom/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/cleanroom/types.h b/src/renderer/cleanroom/types.h
index 7360ebe..6686be5 100644
--- a/src/renderer/cleanroom/types.h
+++ b/src/renderer/cleanroom/types.h
@@ -2,5 +2,5 @@
#include "darray.h"
#include "defines.h"
#include "maths_types.h"
-#include "str.h"
#include "render_types.h"
+#include "str.h"