mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
atomicqueue: fix include order
atomicqueue: fix include order# Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
14d7db1b52
commit
cc5edeefcd
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "gst_private.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include "gstatomicqueue.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue