renames AngleUtils -> AngleUtil for consistency with the rest of the files

This commit is contained in:
tosh 2013-04-16 14:07:19 +02:00
parent ac55c610be
commit 7c2cff824f
2 changed files with 1 additions and 1 deletions

View file

@ -67,7 +67,7 @@
#include <glm/gtc/swizzle.hpp>
#include "UrlReader.h"
#include "AngleUtils.h"
#include "AngleUtil.h"
#include "Radix2InplaceSort.h"
#include "Radix2IntegerScanner.h"
#include "FloodFill.h"