chiark / gitweb /
Fiddle with CSS+HTML in effort to get more consistent buttons
[disorder] / lib / base64.c
index 7909b4f6240e447c5371a6e383da38f265a869d4..297533363b1ef92921abe03a0c9d663f4e66d5b6 100644 (file)
  * @brief Support for MIME base64
  */
 
-#include <config.h>
-#include "types.h"
-
-#include <string.h>
-
-#include <stdio.h>
+#include "common.h"
 
 #include "mem.h"
 #include "base64.h"