diff options
Diffstat (limited to 'libdimension/bench')
-rw-r--r-- | libdimension/bench/prtree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdimension/bench/prtree.c b/libdimension/bench/prtree.c index 9c1a5b1..11d831b 100644 --- a/libdimension/bench/prtree.c +++ b/libdimension/bench/prtree.c @@ -17,11 +17,11 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * *************************************************************************/ -#include "../bvh.c" -#include "../prtree.c" +#include "../platform.c" #include "../threads.c" #include "../future.c" -#include "../platform.c" +#include "../bvh.c" +#include "../prtree.c" #include <sandglass.h> #include <stdlib.h> |