aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-09 18:15:15 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-09 18:15:41 +0100
commit1e380f695a39db754c79126be632cbf9c5d46941 (patch)
tree29bbfb87b4d8de1ba5d8c987dd5503448bcd0fb8
parented39a9b434f90a62d80b984eb98e89ac833b5b4b (diff)
downloadfiv-1e380f695a39db754c79126be632cbf9c5d46941.tar.gz
fiv-1e380f695a39db754c79126be632cbf9c5d46941.tar.xz
fiv-1e380f695a39db754c79126be632cbf9c5d46941.zip
Fix obsolete header includes
-rw-r--r--fastiv-io-benchmark.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fastiv-io-benchmark.c b/fastiv-io-benchmark.c
index 85ac44e..250b5c2 100644
--- a/fastiv-io-benchmark.c
+++ b/fastiv-io-benchmark.c
@@ -15,10 +15,11 @@
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
//
+#include <gdk/gdk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <time.h>
-#include "fastiv-view.h"
+#include "fastiv-io.h"
static double
timestamp(void)