From 1d1e47de0c8f435ce67c485fc7cb34c401706324 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Tue, 21 Sep 2010 23:35:36 +0000 Subject: [PATCH] Should be part of the last commit. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38772 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/libs/alm/Area.cpp | 2 +- src/libs/alm/Column.cpp | 2 +- src/libs/alm/Row.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libs/alm/Area.cpp b/src/libs/alm/Area.cpp index e41560eb19..8adb479ebf 100644 --- a/src/libs/alm/Area.cpp +++ b/src/libs/alm/Area.cpp @@ -14,7 +14,7 @@ #include #include "Area.h" -#include "BALMLayout.h" +#include "ALMLayout.h" #include "Column.h" #include "Constraint.h" #include "OperatorType.h" diff --git a/src/libs/alm/Column.cpp b/src/libs/alm/Column.cpp index 8535f54996..3ec80c25c5 100644 --- a/src/libs/alm/Column.cpp +++ b/src/libs/alm/Column.cpp @@ -5,7 +5,7 @@ */ #include "Column.h" -#include "BALMLayout.h" +#include "ALMLayout.h" #include "OperatorType.h" #include "XTab.h" diff --git a/src/libs/alm/Row.cpp b/src/libs/alm/Row.cpp index a46dd6873c..e605dabcc9 100644 --- a/src/libs/alm/Row.cpp +++ b/src/libs/alm/Row.cpp @@ -5,7 +5,7 @@ */ #include "Row.h" -#include "BALMLayout.h" +#include "ALMLayout.h" #include "OperatorType.h" #include "YTab.h"