Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libGLESv2
  • VertexAttribute.cpp
Find file
BlameHistoryPermalink
  • Geoff Lang's avatar
    Removed common_includes.h reordered includes. · 0b7eef7c
    Geoff Lang authored Jun 12, 2014
    Since we are not using precompiled headers anymore, remove common_includes.h
    so that fewer files are included in cpp files.
    
    Reordered includes to be in the following order:
     1) Local ANGLE project headers, ordered by directory in descending depth
     2) GL headers
     3) STL headers
    This helps enforce the include-what-you-use principal by reducing the
    number of STL headers unexpectedly shared between files.
    
    This include order conflicts with some of the Google c++ style guide
    which states that STL includes should be first but this helps us catch
    more issues.
    
    Change-Id: I8f7785f4ad574e253dd3c7b4fb1e54d3ce3b99fc
    Reviewed-on: https://chromium-review.googlesource.com/214850Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
    0b7eef7c
VertexAttribute.cpp 1.68 KB
EditWeb IDE
×

Replace VertexAttribute.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.