// // Copyright 2011 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // #ifndef COMPILER_PREPROCESSOR_INPUT_H_ #define COMPILER_PREPROCESSOR_INPUT_H_ #include <cstddef> #include <vector> namespace angle { namespace pp { // Holds and reads input for Lexer. class Input { … }; } // namespace pp } // namespace angle #endif // COMPILER_PREPROCESSOR_INPUT_H_