[cpp-sp] 14/20: Remove duplicate cstddef include

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:45:16 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.4.3+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=80463adeb1ff05518bfa8f0908f0872f8d0860e5

commit 80463adeb1ff05518bfa8f0908f0872f8d0860e5
Author: Russ Allbery <rra at debian.org>
AuthorDate: Mon Jul 25 16:09:00 2011 -0700

    Remove duplicate cstddef include
    
    Upstream added this include in a different location.
---
 apache/mod_apache.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apache/mod_apache.cpp b/apache/mod_apache.cpp
index dab21f8..8f04472 100644
--- a/apache/mod_apache.cpp
+++ b/apache/mod_apache.cpp
@@ -76,7 +76,6 @@
 #include <apr_pools.h>
 #endif
 
-#include <cstddef>		// for offsetof()
 #include <set>
 #include <memory>
 #include <fstream>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list