summaryrefslogtreecommitdiff
path: root/src/login/login.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/login.hpp')
-rw-r--r--src/login/login.hpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/login/login.hpp b/src/login/login.hpp
index 3458dab..92f3c76 100644
--- a/src/login/login.hpp
+++ b/src/login/login.hpp
@@ -1,5 +1,4 @@
-#ifndef TMWA_LOGIN_LOGIN_HPP
-#define TMWA_LOGIN_LOGIN_HPP
+#pragma once
// login.hpp - dummy header to make Make dependencies work.
//
// Copyright © 2013 Ben Longbons <b.r.longbons@gmail.com>
@@ -19,6 +18,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 "../sanity.hpp"
+#include "fwd.hpp"
-#endif // TMWA_LOGIN_LOGIN_HPP
+#include "login.t.hpp"
+
+
+namespace tmwa
+{
+} // namespace tmwa