chiark / gitweb /
shared: add formats-util.h
[elogind.git] / src / shared / strbuf.h
index 2347fd4328dfbe5fde249a641e9973c37630655b..fbc4e5f2a1d6c30780c8450e39f94731a0080843 100644 (file)
@@ -21,9 +21,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdarg.h>
 #include <stdint.h>
-#include <stdbool.h>
 
 struct strbuf {
         char *buf;