Remove various duplicated #include directives
[pspp-builds.git] / src / libpspp / hash.c
index 9101d1f19eea6574e6a659c94b19b6b4780f9158..f2d99e3a8f31204d9a93d48cc1208695bff78713 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 #include <config.h>
-#include <stdbool.h>
-#include "hash.h"
-#include "message.h"
+
 #include <assert.h>
 #include <limits.h>
 #include <stdbool.h>
 #include <stdlib.h>
+
 #include "array.h"
 #include "compiler.h"
+#include "hash.h"
 #include "misc.h"
-#include "str.h"
 #include "pool.h"
+#include "str.h"
 
 #include "xalloc.h"