summaryrefslogtreecommitdiff
path: root/src/net/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.h')
-rw-r--r--src/net/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/net.h b/src/net/net.h
index 5b0c92f4..7a49121d 100644
--- a/src/net/net.h
+++ b/src/net/net.h
@@ -19,11 +19,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "net/serverinfo.h"
-
#ifndef NET_H
#define NET_H
+class ServerInfo;
+
namespace Net {
class AdminHandler;