diff --git a/src/apps/debugger/Jamfile b/src/apps/debugger/Jamfile index 192d9409ea..cb3317a0e4 100644 --- a/src/apps/debugger/Jamfile +++ b/src/apps/debugger/Jamfile @@ -177,6 +177,7 @@ Application Debugger : StackTrace.cpp Statement.cpp SymbolInfo.cpp + SyntheticPrimitiveType.cpp SyscallInfo.cpp SystemInfo.cpp Team.cpp @@ -250,7 +251,6 @@ Application Debugger : GraphicalUserInterface.cpp # user_interface/gui/model - SyntheticPrimitiveType.cpp VariablesViewState.cpp VariablesViewStateHistory.cpp diff --git a/src/apps/debugger/user_interface/gui/model/SyntheticPrimitiveType.cpp b/src/apps/debugger/model/SyntheticPrimitiveType.cpp similarity index 100% rename from src/apps/debugger/user_interface/gui/model/SyntheticPrimitiveType.cpp rename to src/apps/debugger/model/SyntheticPrimitiveType.cpp diff --git a/src/apps/debugger/user_interface/gui/model/SyntheticPrimitiveType.h b/src/apps/debugger/model/SyntheticPrimitiveType.h similarity index 100% rename from src/apps/debugger/user_interface/gui/model/SyntheticPrimitiveType.h rename to src/apps/debugger/model/SyntheticPrimitiveType.h