Skip to content

Commit

Permalink
Remove unused included headers (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Traversaro <[email protected]>
Signed-off-by: Silvio <[email protected]>
  • Loading branch information
traversaro authored and mjcarroll committed Oct 14, 2020
1 parent 05cad42 commit d697611
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions av/src/VideoEncoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
*
*/
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/ioctl.h>

#include <mutex>

Expand Down
2 changes: 0 additions & 2 deletions src/Filesystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
*
*/

#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

#ifdef __linux__
#include <sys/sendfile.h>
Expand Down
3 changes: 0 additions & 3 deletions src/Util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
* limitations under the License.
*
*/
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

#ifdef __linux__
#include <sys/sendfile.h>
Expand Down

0 comments on commit d697611

Please sign in to comment.