summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileHandlerARC.h
diff options
context:
space:
mode:
authorlioncash <mathew1800@gmail.com>2014-02-10 13:54:46 -0500
committerLioncash <mathew1800@gmail.com>2014-02-10 18:07:16 -0500
commitd2038049f51192fbb55fbde2fc08128bacfb7707 (patch)
tree2f352e13e3d5868db072f1e75d611a90e938d0cf /Source/Core/DiscIO/FileHandlerARC.h
parenta0a65a2906af132f6da04cf552812aac6ac5f20a (diff)
Replace all include guard ifdefs with "#pragma once"
Diffstat (limited to 'Source/Core/DiscIO/FileHandlerARC.h')
-rw-r--r--Source/Core/DiscIO/FileHandlerARC.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/Core/DiscIO/FileHandlerARC.h b/Source/Core/DiscIO/FileHandlerARC.h
index d423c74ae0..93f5bded1c 100644
--- a/Source/Core/DiscIO/FileHandlerARC.h
+++ b/Source/Core/DiscIO/FileHandlerARC.h
@@ -2,8 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
-#ifndef _ARC_FILE_H
-#define _ARC_FILE_H
+#pragma once
#include <string>
#include <vector>
@@ -52,6 +51,3 @@ class CARCFile
const SFileInfo* FindFileInfo(std::string _rFullPath) const;
};
} // namespace
-
-#endif
-