瀏覽代碼

Bitbucket webhooks missed the last commit...

--HG--
branch : minor
Alex Szpakowski 5 年之前
父節點
當前提交
aa8907612d
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      src/modules/filesystem/FileData.h

+ 1 - 4
src/modules/filesystem/FileData.h

@@ -18,8 +18,7 @@
  * 3. This notice may not be removed or altered from any source distribution.
  **/
 
-#ifndef LOVE_FILESYSTEM_FILE_DATA_H
-#define LOVE_FILESYSTEM_FILE_DATA_H
+#pragma once
 
 // LOVE
 #include "common/Data.h"
@@ -74,5 +73,3 @@ private:
 
 } // filesystem
 } // love
-
-#endif // LOVE_FILESYSTEM_FILE_DATA_H