summaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/util.c b/util.c
index 395a345..6a236c6 100644
--- a/util.c
+++ b/util.c
@@ -16,6 +16,8 @@
* along with sxiv. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "sxiv.h"
+
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
@@ -23,9 +25,6 @@
#include <unistd.h>
#include <errno.h>
-#include "options.h"
-#include "util.h"
-
const char *progname;
void* emalloc(size_t size)