From 90e994471a385d2b965e3843e1f693ccba6fb699 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 17 Aug 2014 13:45:50 -0400 Subject: Common: Move header guards over to pragma once Also replaced C headers with the C++ equivalent ones --- src/common/linear_disk_cache.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/common/linear_disk_cache.h') diff --git a/src/common/linear_disk_cache.h b/src/common/linear_disk_cache.h index a2468761..96dce315 100644 --- a/src/common/linear_disk_cache.h +++ b/src/common/linear_disk_cache.h @@ -2,9 +2,7 @@ // Licensed under GPLv2 // Refer to the license.txt file included. - -#ifndef _LINEAR_DISKCACHE -#define _LINEAR_DISKCACHE +#pragma once #include "common/common.h" #include @@ -187,5 +185,3 @@ private: std::fstream m_file; u32 m_num_entries; }; - -#endif // _LINEAR_DISKCACHE -- cgit v1.2.3