diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-09-20 08:34:18 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-09-20 08:34:18 -0500 |
commit | 89164d804c649931c238565d432b12442b6db895 (patch) | |
tree | 1872538948652372418ce4c497899580c7e1d8f5 /src | |
parent | 72b10b78b6de84d9840226486433c6a4cb0fc9dd (diff) | |
download | ayatana-indicator-sound-89164d804c649931c238565d432b12442b6db895.tar.gz ayatana-indicator-sound-89164d804c649931c238565d432b12442b6db895.tar.bz2 ayatana-indicator-sound-89164d804c649931c238565d432b12442b6db895.zip |
don't include <glib/gi18n.h> in library code
Diffstat (limited to 'src')
-rw-r--r-- | src/mute-widget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mute-widget.c b/src/mute-widget.c index ea03000..500f575 100644 --- a/src/mute-widget.c +++ b/src/mute-widget.c @@ -21,7 +21,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include "config.h" #endif -#include <glib/gi18n.h> #include <glib.h> #include "mute-widget.h" #include "common-defs.h" |