diff options
author | Stefan Eissing <icing@apache.org> | 2017-09-25 16:20:47 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-09-25 16:20:47 +0200 |
commit | aaa695b07aa9b9aa3c9b3934a83d5c1357ed1ab6 (patch) | |
tree | 1ae3a674eb179528711ad91c74e369cbcf998b59 /test/unit | |
parent | Rebuild. (diff) | |
download | apache2-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.c | 1 | ||||
-rw-r--r-- | test/unit/util.c | 1 |
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" |