]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/http.c
Use full path for #includes from another directory.
[frescor/ffmpeg.git] / libavformat / http.c
index 1d542061bdc388ffe474afa500f289aa39df528d..fc9cac442d7ddffbe706b040c63c9e226be1138e 100644 (file)
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include "libavutil/base64.h"
+#include "libavutil/avstring.h"
 #include "avformat.h"
 #include <unistd.h>
 #include "network.h"
 #include "os_support.h"
 
-#include "base64.h"
-#include "avstring.h"
-
 /* XXX: POST protocol is not completely implemented because ffmpeg uses
    only a subset of it. */