]> git.draconx.ca Git - cdecl99.git/blobdiff - src/i18n.c
Consolidate header files.
[cdecl99.git] / src / i18n.c
index c691443bbdc1ae0303d3ee8810fa8f350a881cdb..476386e40b084cd8b2f8d07d762bec42d951e760 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Library initialization.
- *  Copyright © 2011 Nick Bowler
+ *  Copyright © 2011, 2021 Nick Bowler
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
 #include <config.h>
 #include <stdio.h>
 #include <assert.h>
 #include <glthread/lock.h>
-#include <gettext.h>
-#include "i18n.h"
+
+#include "cdecl-internal.h"
 
 static void initialize(void)
 {