]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/exitcodes.h
Merge pull request #551 from SaberUK/master+unused-configure
[user/henk/code/inspircd.git] / include / exitcodes.h
index d4890c94d5bcf24ae877d949525c28725651b7ad..888431969e871e6e3cb794234895bfd63d9fcf2f 100644 (file)
@@ -19,8 +19,7 @@
  */
 
 
-#ifndef EXITCODE_H
-#define EXITCODE_H
+#pragma once
 
 /** Valid exit codes to be used with InspIRCd::Exit()
  */
@@ -52,6 +51,3 @@ enum ExitStatus
  * human-readable strings to be shown on shutdown.
  */
 extern const char * ExitCodes[];
-
-#endif
-