diff --git a/otne/src/otne_file.hpp b/otne/src/otne_file.hpp index a6250d0..8a59ab5 100644 --- a/otne/src/otne_file.hpp +++ b/otne/src/otne_file.hpp @@ -1,5 +1,6 @@ -#ifndef _OTNE_FILE_HPP -#define _OTNE_FILE_HPP +#pragma once +// #ifndef _OTNE_FILE_HPP +// #define _OTNE_FILE_HPP #include #include @@ -10,4 +11,4 @@ using namespace std; i18nString OtneReadFile(string filename); -#endif +// #endif