aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.cpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-09-16 01:08:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-09-16 01:08:49 +0300
commit42f1ad36ef93c98542f9899ada57bd55396a99f5 (patch)
treed0b10dd617764271db739b608a9d6bfaa63d516b /main.cpp
parentmake the 'Elevate' button smaller (diff)
downloadprivilege-check-42f1ad36ef93c98542f9899ada57bd55396a99f5.tar.gz
privilege-check-42f1ad36ef93c98542f9899ada57bd55396a99f5.zip
.hpp instead of .h for C++ headers
Diffstat (limited to '')
-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>