Browse Source

Bitbucket webhooks missed the last commit...

--HG--
branch : minor
Alex Szpakowski 5 years ago
parent
commit
aa8907612d
1 changed files with 1 additions and 4 deletions
  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