diff --git a/src/Application/Application.h b/src/Application/Application.h index 719c535..134fd58 100644 --- a/src/Application/Application.h +++ b/src/Application/Application.h @@ -10,6 +10,7 @@ #include "MvLayerUpCmd.h" #include "MvLayerDnCmd.h" #include "DuplicateSurfaceCmd.h" +#include "TogglePerspectiveCmd.h" #include "SetNextSourceCmd.h" #include "ApplicationBaseMode.h" #include "PresentationMode.h" diff --git a/src/Application/Modes/ProjectionMappingMode.h b/src/Application/Modes/ProjectionMappingMode.h index 9e2f926..57a0eee 100644 --- a/src/Application/Modes/ProjectionMappingMode.h +++ b/src/Application/Modes/ProjectionMappingMode.h @@ -18,7 +18,6 @@ #include "SelSurfaceCmd.h" #include "MvSelectionCmd.h" #include "StartDragSurfaceCmd.h" -#include "TogglePerspectiveCmd.h" #include "DeselectSurfaceCmd.h" #include "ToggleAnimatedSourceCmd.h" #include "ScaleSurfaceFromToCmd.h"