[libgovirt] Remove #ifdef HAVE_CONFIG_H guard



commit 7eabf6430b379954de57cc6a9d552ecc79e81d2e
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Mon Aug 15 14:53:12 2016 +0200

    Remove #ifdef HAVE_CONFIG_H guard
    
    There was only one file was using it.
    
    Signed-off-by: Eduardo Lima (Etrunko) <etrunko redhat com>

 govirt/ovirt-options.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/govirt/ovirt-options.c b/govirt/ovirt-options.c
index 3b3ee31..31da856 100644
--- a/govirt/ovirt-options.c
+++ b/govirt/ovirt-options.c
@@ -14,9 +14,7 @@
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, see <http://www.gnu.org/licenses/>.
 */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include <config.h>
 
 #include <glib.h>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]