Просмотр исходного кода

Bitbucket webhooks missed the last commit...

--HG--
branch : minor
Alex Szpakowski 5 лет назад
Родитель
Сommit
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.
  * 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
 // LOVE
 #include "common/Data.h"
 #include "common/Data.h"
@@ -74,5 +73,3 @@ private:
 
 
 } // filesystem
 } // filesystem
 } // love
 } // love
-
-#endif // LOVE_FILESYSTEM_FILE_DATA_H