From 062d32c85a41cff1eedb9a175d39786202fe6f11 Mon Sep 17 00:00:00 2001 From: Cristian Tibirna Date: Sat, 29 Jun 2002 14:39:35 +0000 Subject: [PATCH] CT: include guards svn path=/trunk/kdebase/kwin/; revision=163801 --- placement.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/placement.h b/placement.h index fa994cb2f5..baef2f327c 100644 --- a/placement.h +++ b/placement.h @@ -7,6 +7,8 @@ Copyright (C) 1999, 2000 Matthias Ettrich Placement algorithms Copyright (C) 1997 to 2002 Cristian Tibirna ******************************************************************/ +#ifndef PLACEMENT_H +#define PLACEMENT_H #include #include @@ -42,3 +44,5 @@ private: }; }; + +#endif