mirror of
https://github.com/KDE/konsole.git
synced 2026-02-04 20:31:36 -05:00
EBN fixes. Mostly copyright and implementations including their own headers first.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=662726
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
02110-1301 USA.
|
||||
*/
|
||||
|
||||
// Own
|
||||
#include "BlockArray.h"
|
||||
|
||||
// System
|
||||
#include <assert.h>
|
||||
#include <sys/mman.h>
|
||||
@@ -28,9 +31,6 @@
|
||||
// KDE
|
||||
#include <kdebug.h>
|
||||
|
||||
// Konsole
|
||||
#include "BlockArray.h"
|
||||
|
||||
using namespace Konsole;
|
||||
|
||||
static int blocksize = 0;
|
||||
|
||||
Reference in New Issue
Block a user