gparted/include/i18n.h
Mike Fleetwood d1441ce6a9 Drop compose subdir (#46)
It's no longer used so drop it.

Closes #46 - Drop compose subdir
2019-03-27 16:45:22 +00:00

13 lines
221 B
C

#ifndef GPARTED_I18N_H
#define GPARTED_I18N_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#ifdef ENABLE_NLS
#include <glibmm/i18n.h>
#endif /* ENABLE_NLS */
#endif /* GPARTED_I18N_H */