Skip to content

Commit 856985c

Browse files
author
Clement Champetier
committed
CodedDesc: reorder includes
1 parent 6ef256d commit 856985c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/CodedStructures/CodedDesc.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#ifndef _AV_TRANSCODER_CODED_STRUCTURES_ESSENCE_DESC_HPP_
22
#define _AV_TRANSCODER_CODED_STRUCTURES_ESSENCE_DESC_HPP_
33

4-
#include <string>
5-
64
#include <AvTranscoder/common.hpp>
75

6+
#include <string>
7+
88
class AVCodec;
99
class AVCodecContext;
1010

0 commit comments

Comments
 (0)