fix incorrect casing on include of Util.h

This commit is contained in:
Stephen Birarda 2013-02-08 15:04:31 -08:00
parent 9dc6c1124b
commit f1467b2f6c

View file

@ -8,7 +8,7 @@
// Various subroutines for converting between X,Y,Z coords and octree coordinates.
//
#include "util.h"
#include "Util.h"
#include "octal.h"
const int X = 0;