Fix include order

This commit is contained in:
hasufell 2014-05-15 18:51:48 +02:00
parent baed4a52f8
commit 3687646974
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

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>