diff options
author | fluxgen <fluxgen> | 2002-02-17 19:00:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-17 19:00:24 (GMT) |
commit | 552f589c75750d4cf2896ebd86c30e4ccdc94285 (patch) | |
tree | afef474ccd73266ec2421f521f56b5088680766c /src/i18n.hh | |
parent | c66f598b649aa8a935a5eb1bc1a52fa22fc4ad82 (diff) | |
download | fluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.zip fluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.tar.bz2 |
include guard
Diffstat (limited to 'src/i18n.hh')
-rw-r--r-- | src/i18n.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i18n.hh b/src/i18n.hh index 46b5c1c..15d5a92 100644 --- a/src/i18n.hh +++ b/src/i18n.hh | |||
@@ -22,10 +22,10 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: i18n.hh,v 1.4 2002/01/11 11:54:48 fluxgen Exp $ | 25 | // $Id: i18n.hh,v 1.5 2002/02/17 18:41:44 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef _I18N_HH_ | 27 | #ifndef I18N_HH |
28 | #define _I18N_HH_ | 28 | #define I18N_HH |
29 | 29 | ||
30 | #ifdef NLS | 30 | #ifdef NLS |
31 | # include "../nls/blackbox-nls.hh" | 31 | # include "../nls/blackbox-nls.hh" |