Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsavage1 committed Oct 2, 2023
1 parent 9a8d031 commit cc900b4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 97 deletions.
4 changes: 0 additions & 4 deletions third_party/angle/include/GLSLANG/ShaderVars.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
#define GLSLANG_SHADERVARS_H_

#include <algorithm>
<<<<<<< HEAD
=======
#include <array>
#include <cstdint>
>>>>>>> 00102040267 (Add missing cstdint includes (#1643))
#include <string>
#include <vector>

Expand Down
5 changes: 1 addition & 4 deletions third_party/angle/src/common/angleutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@
#include <climits>
#include <cstdarg>
#include <cstddef>
<<<<<<< HEAD
#include <string>
=======
#include <cstdint>
>>>>>>> 00102040267 (Add missing cstdint includes (#1643))
#include <string>
#include <set>
#include <sstream>
#include <vector>
Expand Down
71 changes: 0 additions & 71 deletions third_party/crashpad/util/misc/reinterpret_bytes.cc

This file was deleted.

18 changes: 0 additions & 18 deletions third_party/v8/src/inspector/v8-string-conversions.h

This file was deleted.

0 comments on commit cc900b4

Please sign in to comment.