summaryrefslogtreecommitdiff
path: root/src/net/loginhandler.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-13 09:00:01 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-13 09:00:01 -0600
commit0aed5e4eb3af56ba0bf9ceb0343c262a7427b6ba (patch)
treee63bc37eb35cd10bc012d4d54fe7d76a81a5edc1 /src/net/loginhandler.h
parent5987d6ff5e737d72193089418a3bf31f9f5a5c8f (diff)
downloadmana-client-0aed5e4eb3af56ba0bf9ceb0343c262a7427b6ba.tar.gz
mana-client-0aed5e4eb3af56ba0bf9ceb0343c262a7427b6ba.tar.bz2
mana-client-0aed5e4eb3af56ba0bf9ceb0343c262a7427b6ba.tar.xz
mana-client-0aed5e4eb3af56ba0bf9ceb0343c262a7427b6ba.zip
Add an asynchronous download class
And use it to download news, updates, and the server list.
Diffstat (limited to 'src/net/loginhandler.h')
-rw-r--r--src/net/loginhandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/loginhandler.h b/src/net/loginhandler.h
index 12a0c26f..2ac34c1e 100644
--- a/src/net/loginhandler.h
+++ b/src/net/loginhandler.h
@@ -22,8 +22,7 @@
#ifndef LOGINHANDLER_H
#define LOGINHANDLER_H
-#include "logindata.h"
-
+#include "net/logindata.h"
#include "net/serverinfo.h"
#include "net/worldinfo.h"