aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/allocator.h2
-rw-r--r--src/compat.cpp2
-rw-r--r--src/compat.hpp (renamed from src/compat.h)0
-rw-r--r--src/uniquekey.h2
4 files changed, 3 insertions, 3 deletions
diff --git a/src/allocator.h b/src/allocator.h
index 3f8ccc5..fa48c46 100644
--- a/src/allocator.h
+++ b/src/allocator.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "compat.h" 3#include "compat.hpp"
4 4
5// ################################################################################################# 5// #################################################################################################
6 6
diff --git a/src/compat.cpp b/src/compat.cpp
index 3dc7b56..c6073e3 100644
--- a/src/compat.cpp
+++ b/src/compat.cpp
@@ -1,5 +1,5 @@
1#include "_pch.hpp" 1#include "_pch.hpp"
2#include "compat.h" 2#include "compat.hpp"
3 3
4#include "macros_and_utils.h" 4#include "macros_and_utils.h"
5 5
diff --git a/src/compat.h b/src/compat.hpp
index 59c8001..59c8001 100644
--- a/src/compat.h
+++ b/src/compat.hpp
diff --git a/src/uniquekey.h b/src/uniquekey.h
index ddc157b..693a27a 100644
--- a/src/uniquekey.h
+++ b/src/uniquekey.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "compat.h" 3#include "compat.hpp"
4#include "macros_and_utils.h" 4#include "macros_and_utils.h"
5 5
6// ################################################################################################# 6// #################################################################################################