Commit 87ef505e authored by Tracie Sucharski's avatar Tracie Sucharski
Browse files

PROG: Clean up includes.

parent 30af0e2d
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -24,17 +24,13 @@

#include <QtDebug>

#include <QFileDialog>
#include <QInputDialog>
#include <QMessageBox>
#include <QAction>
#include <QUndoCommand>

#include "CnetEditorWidget.h"
#include "CnetEditorView.h"
#include "Control.h"
#include "ControlList.h"
#include "ControlDisplayProperties.h"
#include "Directory.h"
#include "MosaicSceneItem.h"
#include "MosaicSceneWidget.h"
#include "Project.h"

namespace Isis {
+5 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@
#include "WorkOrder.h"

namespace Isis {
class ControlList;
class Directory;
class Project;

  /**
   * @brief This work order allows the user to open a cnet editor (table) view of a single control network.
   * This workorder is synchronous and undoable.
@@ -42,6 +46,7 @@ namespace Isis {
   *   @history 2017-11-02  Tyler Wilson - Added a null pointer check on the ControList *controls
   *                          pointer in the isExecutable(...) function to prevent potential
   *                          segfaults.  References #4492.
   *   @history 2018-04-07 Tracie Sucharski - Clean up includes.
   */
  class CnetEditorViewWorkOrder : public WorkOrder {
      Q_OBJECT