aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/marshal.cpp
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-12-27 02:18:43 +0000
committerGravatar Szymon Tomasz Stefanek2010-12-27 02:18:43 +0000
commit26ef0cff00c368487a8a95a5c66dc2b0a85f1efa (patch)
tree2202884c2789c5eb543993ef0885c4fee37a8d90 /src/modules/dcc/marshal.cpp
parentKill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to gl... (diff)
downloadKVIrc-26ef0cff00c368487a8a95a5c66dc2b0a85f1efa.tar.gz
KVIrc-26ef0cff00c368487a8a95a5c66dc2b0a85f1efa.tar.bz2
KVIrc-26ef0cff00c368487a8a95a5c66dc2b0a85f1efa.zip
Yet more renaming and cleanup
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/marshal.cpp')
-rw-r--r--src/modules/dcc/marshal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/marshal.cpp b/src/modules/dcc/marshal.cpp
index 843eb1d83..0c3c28a00 100644
--- a/src/modules/dcc/marshal.cpp
+++ b/src/modules/dcc/marshal.cpp
@@ -26,7 +26,7 @@
#include "kvi_settings.h"
#include "KviNetUtils.h"
-#include "kvi_error.h"
+#include "KviError.h"
#include "kvi_options.h"
#include "KviLocale.h"
#include "KviMemory.h"