Skip to content
Snippets Groups Projects
Commit 2e56c99b authored by Steven Murray's avatar Steven Murray
Browse files

Removed used #include statements from mediachanger/acs

parent d3866475
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#pragma once #pragma once
#include "common/exception/InvalidArgument.hpp"
#include "common/exception/Mismatch.hpp" #include "common/exception/Mismatch.hpp"
//#include "common/exception/RequestFailed.hpp" //#include "common/exception/RequestFailed.hpp"
#include "common/exception/RequestFailed.hpp" #include "common/exception/RequestFailed.hpp"
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "AcsCmd.hpp" #include "AcsCmd.hpp"
#include "AcsDismountCmdLine.hpp" #include "AcsDismountCmdLine.hpp"
#include "common/exception/DismountFailed.hpp" #include "common/exception/DismountFailed.hpp"
#include "common/exception/InvalidArgument.hpp"
#include "common/exception/MissingOperand.hpp" #include "common/exception/MissingOperand.hpp"
namespace cta { namespace cta {
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "AcsCmdLine.hpp" #include "AcsCmdLine.hpp"
#include "AcsDismountCmdLine.hpp" #include "AcsDismountCmdLine.hpp"
#include "Constants.hpp" #include "Constants.hpp"
#include "common/exception/InvalidArgument.hpp"
#include "common/exception/MissingOperand.hpp" #include "common/exception/MissingOperand.hpp"
#include <getopt.h> #include <getopt.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "AcsCmd.hpp" #include "AcsCmd.hpp"
#include "AcsMountCmdLine.hpp" #include "AcsMountCmdLine.hpp"
#include "common/exception/InvalidArgument.hpp"
#include "common/exception/MissingOperand.hpp" #include "common/exception/MissingOperand.hpp"
#include "common/exception/MountFailed.hpp" #include "common/exception/MountFailed.hpp"
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include "Acs.hpp" #include "Acs.hpp"
#include "AcsMountCmdLine.hpp" #include "AcsMountCmdLine.hpp"
#include "Constants.hpp" #include "Constants.hpp"
#include "common/exception/InvalidArgument.hpp"
#include "common/exception/MissingOperand.hpp" #include "common/exception/MissingOperand.hpp"
#include <getopt.h> #include <getopt.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "AcsCmd.hpp" #include "AcsCmd.hpp"
#include "AcsQueryDriveCmdLine.hpp" #include "AcsQueryDriveCmdLine.hpp"
#include "common/exception/InvalidArgument.hpp"
#include "common/exception/MissingOperand.hpp" #include "common/exception/MissingOperand.hpp"
#include "mediachanger/CmdLineTool.hpp" #include "mediachanger/CmdLineTool.hpp"
#include <stdint.h> #include <stdint.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "Acs.hpp" #include "Acs.hpp"
#include "AcsQueryDriveCmdLine.hpp" #include "AcsQueryDriveCmdLine.hpp"
#include "Constants.hpp" #include "Constants.hpp"
#include "common/exception/InvalidArgument.hpp"
#include "common/exception/MissingOperand.hpp" #include "common/exception/MissingOperand.hpp"
#include <getopt.h> #include <getopt.h>
#include <stdlib.h> #include <stdlib.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "AcsCmd.hpp" #include "AcsCmd.hpp"
#include "AcsQueryVolumeCmdLine.hpp" #include "AcsQueryVolumeCmdLine.hpp"
#include "common/exception/InvalidArgument.hpp"
#include "common/exception/MissingOperand.hpp" #include "common/exception/MissingOperand.hpp"
#include "common/exception/QueryVolumeFailed.hpp" #include "common/exception/QueryVolumeFailed.hpp"
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "Acs.hpp" #include "Acs.hpp"
#include "AcsQueryVolumeCmdLine.hpp" #include "AcsQueryVolumeCmdLine.hpp"
#include "Constants.hpp" #include "Constants.hpp"
#include "common/exception/InvalidArgument.hpp"
#include "common/exception/MissingOperand.hpp" #include "common/exception/MissingOperand.hpp"
#include <getopt.h> #include <getopt.h>
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "common/exception/InvalidArgument.hpp"
#include "mediachanger/acs/Acs.hpp" #include "mediachanger/acs/Acs.hpp"
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment