From c4be17517566b1881962883003c17fefe9080220 Mon Sep 17 00:00:00 2001 From: "Bernhart, Bryan" Date: Fri, 1 Dec 2023 10:44:49 -0800 Subject: [PATCH] Use full include path for Error.h --- src/gpgmm/common/Error.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gpgmm/common/Error.cpp b/src/gpgmm/common/Error.cpp index 62c893de..87e5e1bf 100644 --- a/src/gpgmm/common/Error.cpp +++ b/src/gpgmm/common/Error.cpp @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "Error.h" - #include "gpgmm/common/Error.h" namespace gpgmm {