diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-13 23:33:16 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-13 23:33:16 -0500 |
commit | 3f29c1a35113bfd2461dca76235f1812c8dfd6ef (patch) | |
tree | f431b2f52e64ddb4999be2f6791c160f24da6470 /src/main.c | |
parent | 2d06cbb066f9ae0a0a49d5d260ebe28bb17311fc (diff) | |
download | ayatana-indicator-power-3f29c1a35113bfd2461dca76235f1812c8dfd6ef.tar.gz ayatana-indicator-power-3f29c1a35113bfd2461dca76235f1812c8dfd6ef.tar.bz2 ayatana-indicator-power-3f29c1a35113bfd2461dca76235f1812c8dfd6ef.zip |
fix some compiler warnings generated by clang static analyzer
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" - #include <locale.h> #include <stdlib.h> /* exit() */ |