Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f918878 authored by Lee Campbell's avatar Lee Campbell Committed by Gerrit Code Review
Browse files

Merge "init: Adding header guard to tokenizer"

parents ec035950 06584400
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef _INIT_PARSER_TOKENIZER_H
#define _INIT_PARSER_TOKENIZER_H

#include <string>

namespace init {
@@ -67,3 +70,5 @@ class Tokenizer {
};

}  // namespace init

#endif