testclock: remove unnecessary include

This commit is contained in:
Tim-Philipp Müller 2012-11-23 13:34:24 +00:00
parent 2d85c0f18c
commit b9386d7659

View file

@ -22,7 +22,7 @@
#ifndef __GST_TEST_CLOCK_H__
#define __GST_TEST_CLOCK_H__
#include <gst/check/gstcheck.h>
#include <gst/gst.h>
G_BEGIN_DECLS