From cbb887c51b6da31e891563b821e0f2649c7a7eac Mon Sep 17 00:00:00 2001 From: Bryan B Date: Fri, 1 Dec 2023 11:02:21 -0800 Subject: [PATCH] Use full include path for Error.h (#961) --- 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 {