aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.cpp b/main.cpp
index cbb77cf..1777d79 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,9 +1,9 @@
-#include "error.h"
-#include "os.h"
-#include "process.h"
+#include "error.hpp"
+#include "os.hpp"
+#include "process.hpp"
#include "resource_ids.h"
-#include "sid.h"
-#include "token.h"
+#include "sid.hpp"
+#include "token.hpp"
#include <Windows.h>
#include <CommCtrl.h>