]> Pileus Git - ~andy/gtk/blobdiff - gtk/queryimmodules.c
docs: Typo fix
[~andy/gtk] / gtk / queryimmodules.c
index d2079f41bcc29f0d6c992a340bf0105e395aeb70..f4e561de449d94e7dec7153d3aae49662a0960e5 100644 (file)
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
 
 #include <glib.h>
 #include <glib/gprintf.h>
-#include <gmodule.h>
 
 #include <errno.h>
 #include <string.h>
 #define SOEXT ("." G_MODULE_SUFFIX)
 #endif
 
-#include "gtk/gtkrc.h"
-#include "gtk/gtkimmodule.h"
+#include "gtk/gtkimcontextinfo.h"
 #include "gtk/gtkversion.h"
 
+#define GDK_DISABLE_DEPRECATION_WARNINGS
+
+#include "gtk/deprecated/gtkrc.h"
+
 static void
 escape_string (GString *contents, const char *str)
 {