Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 20, 2019
1 parent 5e36399 commit 561b984
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
Expand Up @@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "corecliutils.h"
#include "coreguiutils.h"
#include "editingviewinterface.h"
#include "editorwidget.h"
#include "filemanager.h"

//==============================================================================
Expand Down
3 changes: 2 additions & 1 deletion src/plugins/editing/EditingView/src/editingviewplugin.cpp
Expand Up @@ -21,10 +21,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Editing view plugin
//==============================================================================

#include "corecliutils.h"
#include "coreguiutils.h"
#include "editingviewinterface.h"
#include "editingviewplugin.h"
#include "editorwidgeteditorwidget.h"
#include "editorwidget.h"
#include "filemanager.h"

//==============================================================================
Expand Down
Expand Up @@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "cellmlfile.h"
#include "cellmlsupportplugin.h"
#include "coreguiutils.h"
#include "editorwidget.h"
#include "filemanager.h"
#include "rawcellmlviewplugin.h"
#include "rawcellmlviewwidget.h"
Expand Down
Expand Up @@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//==============================================================================

#include "coreguiutils.h"
#include "editorwidget.h"
#include "filemanager.h"
#include "rawsedmlviewplugin.h"
#include "rawsedmlviewwidget.h"
Expand Down
1 change: 1 addition & 0 deletions src/plugins/editing/RawTextView/src/rawtextviewplugin.cpp
Expand Up @@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include "corecliutils.h"
#include "coreguiutils.h"
#include "editorwidget.h"
#include "filemanager.h"
#include "rawtextviewplugin.h"
#include "rawtextviewwidget.h"
Expand Down
Expand Up @@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "corecliutils.h"
#include "coreguiutils.h"
#include "editingviewinterface.h"
#include "editorwidget.h"
#include "filemanager.h"
#include "sedmleditingviewinterface.h"
#include "sedmleditingviewplugin.h"
Expand Down

0 comments on commit 561b984

Please sign in to comment.