diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp b/ApplicationCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp index e8d7272879..7e45c65123 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicEditSummaryPlotFeature.cpp @@ -23,15 +23,16 @@ #include "RicSummaryCurveCreator.h" #include "RicSummaryCurveCreatorDialog.h" +#include "RicSummaryCurveCreatorFactoryImpl.h" + +#include "RimSummaryPlot.h" #include "cafPdmUiPropertyViewDialog.h" +#include "cafSelectionManager.h" +#include "cvfAssert.h" #include -#include "cvfAssert.h" -#include "cafSelectionManager.h" -#include "RicSummaryCurveCreatorFactoryImpl.h" - CAF_CMD_SOURCE_INIT(RicEditSummaryPlotFeature, "RicEditSummaryPlotFeature"); diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicNewSummaryPlotFeature.cpp b/ApplicationCode/Commands/SummaryPlotCommands/RicNewSummaryPlotFeature.cpp index 16cd4186d4..1c601fa77a 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicNewSummaryPlotFeature.cpp +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicNewSummaryPlotFeature.cpp @@ -21,17 +21,20 @@ #include "RiaApplication.h" #include "RiaPreferences.h" - -#include - -#include "cvfAssert.h" -#include "RicSummaryCurveCreatorFactoryImpl.h" #include "RicSummaryCurveCreator.h" #include "RicSummaryCurveCreatorDialog.h" -#include "RimSummaryPlotCollection.h" +#include "RicSummaryCurveCreatorFactoryImpl.h" + #include "RimSummaryCurveFilter.h" +#include "RimSummaryPlot.h" +#include "RimSummaryPlotCollection.h" + #include "RiuMainPlotWindow.h" +#include "cvfAssert.h" + +#include + CAF_CMD_SOURCE_INIT(RicNewSummaryPlotFeature, "RicNewSummaryPlotFeature");