From 2e56c99b1cd281ac84fe0a50f5d1e9e332a463f9 Mon Sep 17 00:00:00 2001
From: Steven Murray <Steven.Murray@cern.ch>
Date: Sun, 14 Oct 2018 22:51:07 +0200
Subject: [PATCH] Removed used #include statements from mediachanger/acs

---
 mediachanger/acs/AcsCmd.hpp                | 1 -
 mediachanger/acs/AcsDismountCmd.hpp        | 1 -
 mediachanger/acs/AcsDismountCmdLine.cpp    | 1 -
 mediachanger/acs/AcsMountCmd.hpp           | 1 -
 mediachanger/acs/AcsMountCmdLine.cpp       | 1 -
 mediachanger/acs/AcsQueryDriveCmd.hpp      | 1 -
 mediachanger/acs/AcsQueryDriveCmdLine.cpp  | 1 -
 mediachanger/acs/AcsQueryVolumeCmd.hpp     | 1 -
 mediachanger/acs/AcsQueryVolumeCmdLine.cpp | 1 -
 mediachanger/acs/AcsTest.cpp               | 1 -
 10 files changed, 10 deletions(-)

diff --git a/mediachanger/acs/AcsCmd.hpp b/mediachanger/acs/AcsCmd.hpp
index 0cf8de91f1..54650e61ac 100644
--- a/mediachanger/acs/AcsCmd.hpp
+++ b/mediachanger/acs/AcsCmd.hpp
@@ -18,7 +18,6 @@
 
 #pragma once
 
-#include "common/exception/InvalidArgument.hpp"
 #include "common/exception/Mismatch.hpp"
 //#include "common/exception/RequestFailed.hpp"
 #include "common/exception/RequestFailed.hpp"
diff --git a/mediachanger/acs/AcsDismountCmd.hpp b/mediachanger/acs/AcsDismountCmd.hpp
index 729d15a4c3..a9ef4d3f1d 100644
--- a/mediachanger/acs/AcsDismountCmd.hpp
+++ b/mediachanger/acs/AcsDismountCmd.hpp
@@ -21,7 +21,6 @@
 #include "AcsCmd.hpp"
 #include "AcsDismountCmdLine.hpp"
 #include "common/exception/DismountFailed.hpp"
-#include "common/exception/InvalidArgument.hpp"
 #include "common/exception/MissingOperand.hpp"
 
 namespace cta {
diff --git a/mediachanger/acs/AcsDismountCmdLine.cpp b/mediachanger/acs/AcsDismountCmdLine.cpp
index 47e288ca3f..00d90b1ad5 100644
--- a/mediachanger/acs/AcsDismountCmdLine.cpp
+++ b/mediachanger/acs/AcsDismountCmdLine.cpp
@@ -20,7 +20,6 @@
 #include "AcsCmdLine.hpp"
 #include "AcsDismountCmdLine.hpp"
 #include "Constants.hpp"
-#include "common/exception/InvalidArgument.hpp"
 #include "common/exception/MissingOperand.hpp"
 
 #include <getopt.h>
diff --git a/mediachanger/acs/AcsMountCmd.hpp b/mediachanger/acs/AcsMountCmd.hpp
index 992b6f1d6d..6962cf2d8c 100644
--- a/mediachanger/acs/AcsMountCmd.hpp
+++ b/mediachanger/acs/AcsMountCmd.hpp
@@ -20,7 +20,6 @@
 
 #include "AcsCmd.hpp"
 #include "AcsMountCmdLine.hpp"
-#include "common/exception/InvalidArgument.hpp"
 #include "common/exception/MissingOperand.hpp"
 #include "common/exception/MountFailed.hpp"
 
diff --git a/mediachanger/acs/AcsMountCmdLine.cpp b/mediachanger/acs/AcsMountCmdLine.cpp
index b59befdd9c..67e7e0c545 100644
--- a/mediachanger/acs/AcsMountCmdLine.cpp
+++ b/mediachanger/acs/AcsMountCmdLine.cpp
@@ -19,7 +19,6 @@
 #include "Acs.hpp"
 #include "AcsMountCmdLine.hpp"
 #include "Constants.hpp"
-#include "common/exception/InvalidArgument.hpp"
 #include "common/exception/MissingOperand.hpp"
 
 #include <getopt.h>
diff --git a/mediachanger/acs/AcsQueryDriveCmd.hpp b/mediachanger/acs/AcsQueryDriveCmd.hpp
index 7c94d3f6cc..d4c012c8f5 100644
--- a/mediachanger/acs/AcsQueryDriveCmd.hpp
+++ b/mediachanger/acs/AcsQueryDriveCmd.hpp
@@ -20,7 +20,6 @@
 
 #include "AcsCmd.hpp"
 #include "AcsQueryDriveCmdLine.hpp"
-#include "common/exception/InvalidArgument.hpp"
 #include "common/exception/MissingOperand.hpp"
 #include "mediachanger/CmdLineTool.hpp"
 #include <stdint.h>
diff --git a/mediachanger/acs/AcsQueryDriveCmdLine.cpp b/mediachanger/acs/AcsQueryDriveCmdLine.cpp
index bffb3fe1ac..f7022bb16c 100644
--- a/mediachanger/acs/AcsQueryDriveCmdLine.cpp
+++ b/mediachanger/acs/AcsQueryDriveCmdLine.cpp
@@ -20,7 +20,6 @@
 #include "Acs.hpp"
 #include "AcsQueryDriveCmdLine.hpp"
 #include "Constants.hpp"
-#include "common/exception/InvalidArgument.hpp"
 #include "common/exception/MissingOperand.hpp"
 #include <getopt.h>
 #include <stdlib.h>
diff --git a/mediachanger/acs/AcsQueryVolumeCmd.hpp b/mediachanger/acs/AcsQueryVolumeCmd.hpp
index 93c753a53c..dda0aa4824 100644
--- a/mediachanger/acs/AcsQueryVolumeCmd.hpp
+++ b/mediachanger/acs/AcsQueryVolumeCmd.hpp
@@ -20,7 +20,6 @@
 
 #include "AcsCmd.hpp"
 #include "AcsQueryVolumeCmdLine.hpp"
-#include "common/exception/InvalidArgument.hpp"
 #include "common/exception/MissingOperand.hpp"
 #include "common/exception/QueryVolumeFailed.hpp"
 
diff --git a/mediachanger/acs/AcsQueryVolumeCmdLine.cpp b/mediachanger/acs/AcsQueryVolumeCmdLine.cpp
index 66e3a8b349..98029595ac 100644
--- a/mediachanger/acs/AcsQueryVolumeCmdLine.cpp
+++ b/mediachanger/acs/AcsQueryVolumeCmdLine.cpp
@@ -20,7 +20,6 @@
 #include "Acs.hpp"
 #include "AcsQueryVolumeCmdLine.hpp"
 #include "Constants.hpp"
-#include "common/exception/InvalidArgument.hpp"
 #include "common/exception/MissingOperand.hpp"
 
 #include <getopt.h>
diff --git a/mediachanger/acs/AcsTest.cpp b/mediachanger/acs/AcsTest.cpp
index da2af32430..262a031da8 100644
--- a/mediachanger/acs/AcsTest.cpp
+++ b/mediachanger/acs/AcsTest.cpp
@@ -16,7 +16,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "common/exception/InvalidArgument.hpp"
 #include "mediachanger/acs/Acs.hpp"
 
 #include <gtest/gtest.h>
-- 
GitLab