#include "..."

This commit is contained in:
Sebastian Ramacher 2011-08-31 14:35:53 +02:00
parent c24117b487
commit 8cee01a4d9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
*.rej
*.swp
.depend
zathura

View File

@ -1,10 +1,10 @@
/* See LICENSE file for license and copyright information */
#include <callbacks.h>
#include <girara.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include "callbacks.h"
#include "zathura.h"
#include "render.h"
#include "document.h"