summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-12-10 16:36:33 +0100
committerSimon Josefsson <simon@josefsson.org>2008-12-10 16:36:33 +0100
commit400d9fd6bc5ba708757fb8df93219a135284ceeb (patch)
treec807c744df783a4fbc4bced6104abea607e186b6
parentfc7c204205b920c2face27755d1e0724af3eaaba (diff)
downloadgnutls-400d9fd6bc5ba708757fb8df93219a135284ceeb.tar.gz
Drop config.h, not needed (hopefully?) and breaks mingw due to rpl_gmtime.
-rw-r--r--doc/examples/ex-cxx.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/examples/ex-cxx.cpp b/doc/examples/ex-cxx.cpp
index ac3d3052be..483f2d7d44 100644
--- a/doc/examples/ex-cxx.cpp
+++ b/doc/examples/ex-cxx.cpp
@@ -1,7 +1,3 @@
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#else
-#endif
#include <iostream>
#include <stdexcept>
#include <gnutls/gnutls.h>