diff options
| author | 2016-10-28 16:06:33 -0400 | |
|---|---|---|
| committer | 2016-10-28 17:24:29 -0400 | |
| commit | 96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228 (patch) | |
| tree | 228f94cd41fa95d6ff52d5fd660d542ab5f6d7f8 /src/modules/iograph | |
| parent | update po{t}s and pos, specify package name and version in po{t}s (diff) | |
| download | KVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.tar.gz KVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.tar.bz2 KVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.zip | |
Cleanup included files
Diffstat (limited to 'src/modules/iograph')
| -rw-r--r-- | src/modules/iograph/libkviiograph.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/iograph/libkviiograph.h b/src/modules/iograph/libkviiograph.h index 9c3a10667..c66812b48 100644 --- a/src/modules/iograph/libkviiograph.h +++ b/src/modules/iograph/libkviiograph.h @@ -2,7 +2,7 @@ #define _LIBKVIIOGRAPH_H_ //============================================================================= // -// File : libkviiograph.cpp +// File : libkviiograph.h // Creation date : Tue Oct 31 2000 00:14:12 CEST by Szymon Stefanek // // This file is part of the KVIrc IRC client distribution @@ -24,13 +24,13 @@ // //============================================================================= -#include <QQueue> - -#include "KviMainWindow.h" #include "kvi_inttypes.h" +#include "KviMainWindow.h" #include "KviModuleExtension.h" #include "KviWindow.h" +#include <QQueue> + #define KVI_IOGRAPH_NUMBER_POINTS 60 #define KVI_IOGRAPH_HORIZ_SEGMENTS 10 #define KVI_IOGRAPH_VERT_SEGMENTS 10 |
