Cleanup includes. (#1795)

This Cl cleans up the include paths to be relative to the top level
directory. Various include-what-you-use fixes have been added.
This commit is contained in:
dan sinclair
2018-08-03 15:06:09 -04:00
committed by GitHub
parent 68a92ac29d
commit 82aca500d1
481 changed files with 2056 additions and 1602 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "enum_string_mapping.h"
#include "source/enum_string_mapping.h"
#include <algorithm>
#include <cassert>
@@ -20,7 +20,7 @@
#include <string>
#include <unordered_map>
#include "extensions.h"
#include "source/extensions.h"
namespace spvtools {