mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 02:46:10 +00:00
Fixed pre-declarations of included types in generated code.
This was harmless, but unnecessary. Change-Id: I1365a725e254d4ebbda081110a50277cb5118323 Tested: on Linux.
This commit is contained in:
@@ -5,14 +5,6 @@
|
||||
|
||||
#include "flatbuffers/flatbuffers.h"
|
||||
|
||||
namespace MyGame {
|
||||
namespace OtherNameSpace {
|
||||
|
||||
struct Unused;
|
||||
|
||||
} // namespace OtherNameSpace
|
||||
} // namespace MyGame
|
||||
|
||||
namespace MyGame {
|
||||
namespace Example {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user