CT: include guards

svn path=/trunk/kdebase/kwin/; revision=163801
This commit is contained in:
Cristian Tibirna 2002-06-29 14:39:35 +00:00
parent 9b03ba50c2
commit 062d32c85a

View file

@ -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