Commit 60e051c7 authored by acpaquette's avatar acpaquette Committed by amystamile-usgs
Browse files

Removed unnecessary includes to classes outside of core

parent 7aecebc3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ find files of those names at the top level of this repository. **/
#include <QCoreApplication>

#include "Application.h"
#include "UserInterface.h" // this is an unnecessary include

#ifndef APPLICATION
#define APPLICATION IsisMain
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ find files of those names at the top level of this repository. **/

/* SPDX-License-Identifier: CC0-1.0 */
#include "IException.h"
#include "IException.h"
#include "FileName.h"
#include "Message.h"
#include "TextFile.h"
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ find files of those names at the top level of this repository. **/
/* SPDX-License-Identifier: CC0-1.0 */
#include <iostream>

#include "Buffer.h"
#include "IException.h"
#include "Preference.h"
#include "PvlGroup.h"