diff options
| author | Kudlaty <none@none> | 2009-08-16 00:53:16 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-08-16 00:53:16 +0200 |
| commit | 6337c3adfb6b7ee6326f2bfa9f0b0992ce412ae1 (patch) | |
| tree | e68ca48297b000792b8c3b39a5865d0578bb8ab1 /src/bindings/scripts/include | |
| parent | e00175d23bc6905d7ca75ec09c6eca6e58409717 (diff) | |
Merge [SD2]
r1288 Update include guards with better naming.
r1289 Fix typo in makefile.am - skip
r1290 Move AI remaining in misc folders to own folder base.
Rename file to same as others for consistency and update includes accordingly.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/include')
| -rw-r--r-- | src/bindings/scripts/include/sc_gossip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings/scripts/include/sc_gossip.h b/src/bindings/scripts/include/sc_gossip.h index 183c8487a74..454aef99de0 100644 --- a/src/bindings/scripts/include/sc_gossip.h +++ b/src/bindings/scripts/include/sc_gossip.h @@ -5,8 +5,8 @@ * This program is free software licensed under GPL version 2 * Please see the included DOCS/LICENSE.TXT for more information */ -#ifndef SC_PLAYER_H -#define SC_PLAYER_H +#ifndef SC_GOSSIP_H +#define SC_GOSSIP_H #include "Player.h" #include "GossipDef.h" |
