1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From 25dfdfc41b9dafdbe3b140d7b9f4ef61c7cd57ac Mon Sep 17 00:00:00 2001
From: Mattias Ellert <mattias.ellert@physics.uu.se>
Date: Mon, 2 Jan 2023 13:41:19 +0100
Subject: [PATCH 5/6] config.h must not be included in public header file
This reverts 5c022c1
---
src/api/ccapi/voms_api.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/api/ccapi/voms_api.h b/src/api/ccapi/voms_api.h
index 0cb4e15..7a272cd 100644
--- a/src/api/ccapi/voms_api.h
+++ b/src/api/ccapi/voms_api.h
@@ -26,8 +26,6 @@
#ifndef VOMS_API_H
#define VOMS_API_H
-#include "config.h"
-
#include <fstream>
#include <string>
#include <vector>
--
2.38.1
|