fix casing of util.h import in Agent.cpp

This commit is contained in:
Stephen Birarda 2013-02-12 16:02:07 -08:00
parent b2c6425f8a
commit 49d7e34cd9

View file

@ -9,7 +9,7 @@
#include <iostream> #include <iostream>
#include "Agent.h" #include "Agent.h"
#include "Head.h" #include "Head.h"
#include "util.h" #include "Util.h"
// Structure to hold references to other agents that are nearby // Structure to hold references to other agents that are nearby