put usermessages at the end of the include so it will compile

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40529
This commit is contained in:
David Anderson 2007-02-21 22:05:44 +00:00
parent dc06ac6501
commit d30525b8f8

View File

@ -34,7 +34,6 @@ struct Plugin
#include <admin> #include <admin>
#include <files> #include <files>
#include <console> #include <console>
#include <usermessages>
#include <bitbuffer> #include <bitbuffer>
/** /**
@ -341,4 +340,5 @@ native LogMessage(const String:format[], {Handle,Float,String,_}:...);
*/ */
native LogError(const String:format[], {Handle,Float,String,_}:...); native LogError(const String:format[], {Handle,Float,String,_}:...);
#include <usermessages>
#include <helpers> #include <helpers>