Fix include order

This commit is contained in:
2014-05-15 18:51:48 +02:00
parent baed4a52f8
commit 3687646974

View File

@@ -23,10 +23,10 @@
* @brief reading of different filetypes
*/
#include "common.h"
#include "err.h"
#include "filereader.h"
#include "half_edge.h"
#include "common.h"
#include <fcntl.h>
#include <stdlib.h>