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"