]> git.lizzy.rs Git - minetest.git/blobdiff - src/ban.h
Fix merge mistake when rebasing for PR #1169
[minetest.git] / src / ban.h
index 5a8532f14103d02d48234dd9dfce6f0dcf7db03e..02a472f51c825bab81fd9536a317d98459b88f7a 100644 (file)
--- a/src/ban.h
+++ b/src/ban.h
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2011 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -22,9 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include <map>
 #include <string>
-#include <jthread.h>
-#include <jmutex.h>
-#include "common_irrlicht.h"
+#include "jthread/jthread.h"
+#include "jthread/jmutex.h"
 #include "exceptions.h"
 
 class BanManager