summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2017-09-25 16:20:47 +0200
committerStefan Eissing <icing@apache.org>2017-09-25 16:20:47 +0200
commitaaa695b07aa9b9aa3c9b3934a83d5c1357ed1ab6 (patch)
tree1ae3a674eb179528711ad91c74e369cbcf998b59 /test/unit
parentRebuild. (diff)
downloadapache2-aaa695b07aa9b9aa3c9b3934a83d5c1357ed1ab6.tar.xz
apache2-aaa695b07aa9b9aa3c9b3934a83d5c1357ed1ab6.zip
On the trunk:
Fix for maintainer-mode compiler errors when including check.h in unit tests. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809633 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/authn.c1
-rw-r--r--test/unit/util.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/authn.c b/test/unit/authn.c
index 67ef04a3c5..236248215c 100644
--- a/test/unit/authn.c
+++ b/test/unit/authn.c
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-#include "check.h"
#include "../httpdunit.h"
#include "httpd.h"
diff --git a/test/unit/util.c b/test/unit/util.c
index 17c10931a5..5cadfd89ba 100644
--- a/test/unit/util.c
+++ b/test/unit/util.c
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-#include "check.h"
#include "../httpdunit.h"
#include "httpd.h"