Revert "Include config.h in base64.cc to get restrict def (may address #241)"

This reverts commit f4c8417672.

config.h was already included via base64.h, and problem is older autoconf.
This commit is contained in:
Keith Winstein
2012-04-25 12:42:34 -04:00
parent f4c8417672
commit 6616d936f6
+1 -1
View File
@@ -42,7 +42,7 @@
* *
*/ */
#include "config.h" // #include <config.h>
/* Get prototype. */ /* Get prototype. */
#include "base64.h" #include "base64.h"