diff options
Diffstat (limited to 'src/admin/main.cpp')
-rw-r--r-- | src/admin/main.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/admin/main.cpp b/src/admin/main.cpp index c6f075e..678286e 100644 --- a/src/admin/main.cpp +++ b/src/admin/main.cpp @@ -1,4 +1,3 @@ -#include "ladmin.hpp" // admin/main.cpp - dummy file to make Make dependencies work // // Copyright © 2013 Ben Longbons <b.r.longbons@gmail.com> @@ -18,4 +17,11 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +#include "ladmin.hpp" + #include "../poison.hpp" + + +namespace tmwa +{ +} // namespace tmwa |