diff options
Diffstat (limited to 'src/admin/ladmin.hpp')
-rw-r--r-- | src/admin/ladmin.hpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/admin/ladmin.hpp b/src/admin/ladmin.hpp index 034f644..94783ac 100644 --- a/src/admin/ladmin.hpp +++ b/src/admin/ladmin.hpp @@ -1,5 +1,4 @@ -#ifndef TMWA_ADMIN_LADMIN_HPP -#define TMWA_ADMIN_LADMIN_HPP +#pragma once // ladmin.hpp - dummy header to make Make dependencies work. // // Copyright © 2013 Ben Longbons <b.r.longbons@gmail.com> @@ -19,6 +18,9 @@ // 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_ADMIN_LADMIN_HPP + +namespace tmwa +{ +} // namespace tmwa |