CT: include guards
svn path=/trunk/kdebase/kwin/; revision=163801
This commit is contained in:
parent
9b03ba50c2
commit
062d32c85a
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,8 @@ Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
|
|||
Placement algorithms
|
||||
Copyright (C) 1997 to 2002 Cristian Tibirna <tibirna@kde.org>
|
||||
******************************************************************/
|
||||
#ifndef PLACEMENT_H
|
||||
#define PLACEMENT_H
|
||||
|
||||
#include <qpoint.h>
|
||||
#include <qvaluelist.h>
|
||||
|
@ -42,3 +44,5 @@ private:
|
|||
};
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue