Use access function instad of %module-public-interface
[clinton/bobotpp.git] / source / Person.C
index 26b4cf9..cf379f2 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 // 02110-1301, USA.
 
+#include "Person.H"
+
 #include "Bot.H"
+#include "ServerConnection.H"
 #include "Utils.H"
-#include "Person.H"
 
 Person::Person(Bot *b, String a)
   : bot(b), address(a)