aboutsummaryrefslogtreecommitdiff
path: root/paramano.c
diff options
context:
space:
mode:
Diffstat (limited to 'paramano.c')
-rw-r--r--paramano.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/paramano.c b/paramano.c
index 53fadcf..c877137 100644
--- a/paramano.c
+++ b/paramano.c
@@ -9,18 +9,11 @@
#include "common.h"
#include <gtk/gtk.h>
-#include <unistd.h> // getuid, getgid
-#include <stdio.h> // printf, FILE, fopen, etc
-#include <stdlib.h> // free etc
-#include <stdbool.h> // boolean types
-#include <string.h> // strlen
-#include <libintl.h> // gettext
-#include <locale.h> // LC_ALL etc
+#include <stdio.h>
+#include <stdlib.h>
+#include <libintl.h>
+#include <locale.h>
-
-/***********************************************************************
- * Main
- **********************************************************************/
int main(int argc, char** argv)
{
setlocale(LC_ALL, "");