summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Xlib
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Xlib')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h5
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.h5
2 files changed, 2 insertions, 8 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h
index dfb8fa285d..b5bb8442a6 100644
--- a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h
+++ b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h
@@ -4,8 +4,7 @@
// See XInput2.cpp for extensive documentation.
-#ifndef _CIFACE_X11_XINPUT2_H_
-#define _CIFACE_X11_XINPUT2_H_
+#pragma once
#include "../Device.h"
@@ -120,5 +119,3 @@ private:
}
}
-
-#endif
diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.h b/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.h
index 35b6100081..6ccdf73a6a 100644
--- a/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.h
+++ b/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.h
@@ -1,5 +1,4 @@
-#ifndef _CIFACE_XLIB_H_
-#define _CIFACE_XLIB_H_
+#pragma once
#include "../Device.h"
@@ -89,5 +88,3 @@ private:
}
}
-
-#endif