Fix header includes to be a bit more consistent
This commit is contained in:
parent
67aec0b1b6
commit
db30be38c5
31 changed files with 38 additions and 43 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include <unistd.h>
|
||||
#include <iomanip>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
#include "output.h"
|
||||
#include <mist/bitfields.h>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "output_dtsc.h"
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
#include <mist/auth.h>
|
||||
#include <mist/bitfields.h>
|
||||
#include <mist/defines.h>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#include <mist/ebml_socketglue.h>
|
||||
#include <mist/opus.h>
|
||||
#include <mist/riff.h>
|
||||
#include <sstream>
|
||||
|
||||
namespace Mist{
|
||||
OutEBML::OutEBML(Socket::Connection &conn) : HTTPOutput(conn){
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
#include <mist/util.h>
|
||||
#include <mist/url.h>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
#include <sys/stat.h>
|
||||
|
||||
namespace Mist{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "output_rtmp.h"
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
#include <mist/auth.h>
|
||||
#include <mist/bitfields.h>
|
||||
#include <mist/defines.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include "output_srt.h"
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
#include <mist/checksum.h>
|
||||
#include <mist/defines.h>
|
||||
#include <mist/http_parser.h>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "output.h"
|
||||
#include "output_http.h"
|
||||
#include <mist/certificate.h>
|
||||
#include <mist/h264.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue