Skip to content

Commit

Permalink
fix cpplint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Apr 18, 2018
1 parent 5b8da11 commit 1c76803
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
filter=-build/include_what_you_use
# filter=-build/include_what_you_use
1 change: 1 addition & 0 deletions src/heif_encoder_x265.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#endif

#include <memory>
#include <string>
#include <string.h>
#include <stdio.h>
#include <assert.h>
Expand Down
2 changes: 2 additions & 0 deletions src/heif_plugin_registry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include "config.h"
#endif

#include <utility>

#include <string.h>

#include "heif_plugin_registry.h"
Expand Down

0 comments on commit 1c76803

Please sign in to comment.