diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-05 08:39:42 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-05 09:17:13 +0000 |
commit | 2ba32afa9a9aca7c82966b66bda16c3c3dbfbba5 (patch) | |
tree | 74d565304ac68244d655a257ce27fe8a920fe510 /win | |
parent | 9d26c40d1bd8ab4691619ebc0447d29281463cb1 (diff) |
Fix a bunch of really obvious unnecessary includes.
Diffstat (limited to 'win')
-rw-r--r-- | win/win32service.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/win32service.cpp b/win/win32service.cpp index 7ca8d084b..45aba7268 100644 --- a/win/win32service.cpp +++ b/win/win32service.cpp @@ -21,7 +21,6 @@ */ -#include "config.h" #include "inspircd.h" #include "exitcodes.h" #include <windows.h> |