diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -19,8 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef MAIN_H -#define MAIN_H +#pragma once /** * \mainpage @@ -88,5 +87,3 @@ #ifndef PKG_DATADIR #define PKG_DATADIR "" #endif - -#endif |