Fixed regression in cset 68d82718dc99 causing missing protobuf natives (bug 5712).

This commit is contained in:
Nicholas Hastings 2013-04-15 07:12:52 -04:00
parent 46b9ae4174
commit 70444b46b9

View File

@ -29,8 +29,6 @@
* Version: $Id$ * Version: $Id$
*/ */
#ifdef USE_PROTOBUF_USERMESSAGES
#include "logic_bridge.h" #include "logic_bridge.h"
#include "UserMessagePBHelpers.h" #include "UserMessagePBHelpers.h"
#include "smn_usermsgs.h" #include "smn_usermsgs.h"
@ -998,4 +996,3 @@ REGISTER_NATIVES(protobufnatives)
///////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////
*/ */
#endif // USE_PROTOBUF_USERMESSAGES