Don't include "config.h" in public header

That's always an error.  Presumably, this was a left-over from
conversion to templates.
This commit is contained in:
Bård Skaflestad 2014-04-09 23:58:34 +02:00
parent 4c2120c770
commit 4fe22ea137

View File

@ -1,4 +1,3 @@
#include "config.h"
#include <assert.h>
#include <math.h>
#include <stdlib.h>