From 489777645843c7c88d0a84c8f2c7e1a7bdbcf0a9 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 26 Mar 2009 10:30:04 +0100 Subject: First batch of include cleanup Since the relative includes are getting ugly and somewhat inconvenient, we'll switch to includes relative to the project root. We've done this for a while already with tmwserv. Another rule which we've always had but was never written down, is that each source file first includes its own header. This is common practice and ensures each header compiles without needing other stuff to be included first. Somebody using Code::Blocks might want to fix the project file by adding the 'src' directory to the list of include paths. --- src/gui/widgets/layouthelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/layouthelper.h') diff --git a/src/gui/widgets/layouthelper.h b/src/gui/widgets/layouthelper.h index afa92a18..ddcc6b26 100644 --- a/src/gui/widgets/layouthelper.h +++ b/src/gui/widgets/layouthelper.h @@ -22,7 +22,7 @@ #ifndef LAYOUTHELPER_H #define LAYOUTHELPER_H -#include "layout.h" +#include "gui/widgets/layout.h" #include -- cgit v1.2.3-60-g2f50