summaryrefslogtreecommitdiff
path: root/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/window.h')
-rw-r--r--ui/window.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/window.h b/ui/window.h
index 8b7d870..be9e114 100644
--- a/ui/window.h
+++ b/ui/window.h
@@ -1,13 +1,13 @@
#pragma once
-#include "chronology.hpp"
-#include "collection.hpp"
+#include "chronology.h"
+#include "collection.h"
#include "gfx/gl/uiShader.h"
-#include "ptr.hpp"
+#include "ptr.h"
#include "uiComponent.h" // IWYU pragma: keep
#include <SDL2/SDL.h>
#include <cstddef>
-#include <special_members.hpp>
+#include <special_members.h>
#include <string>
using SDL_WindowPtr = wrapped_ptrt<SDL_Window, SDL_CreateWindow, SDL_DestroyWindow>;