From 2163e91cae76eed060df10dba1f9f4c985d297ea Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 25 Apr 2016 22:08:02 +0200 Subject: [PATCH] overall code cleanup --- main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index cb12fd7..9becb1e 100644 --- a/main.cpp +++ b/main.cpp @@ -2,10 +2,7 @@ #include "./location.h" #include "./utils.h" -// include configuration from separate header file when building with CMake -#ifndef APP_METADATA_AVAIL #include "resources/config.h" -#endif #include #include