headers updated

This commit is contained in:
avinal
2020-08-21 19:08:23 +05:30
parent 4332eae357
commit 291b239065
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#include "code_writer.hpp" #include "../include/code_writer.hpp"
#include <iostream> #include <iostream>
#include <filesystem> #include <filesystem>
namespace fs = std::filesystem; namespace fs = std::filesystem;

View File

@@ -1,4 +1,4 @@
#include "code_writer.hpp" #include "../include/code_writer.hpp"
code_writer::code_writer(lots_of_files names) code_writer::code_writer(lots_of_files names)
{ {

View File

@@ -1,4 +1,4 @@
#include "parser.hpp" #include "../include/parser.hpp"
c_type parser::command_type(std::string com) c_type parser::command_type(std::string com)
{ {

View File

@@ -1,4 +1,4 @@
#include "vutility.hpp" #include "../include/vutility.hpp"
std::vector<std::string> vutility::split(std::string str, char delimit) std::vector<std::string> vutility::split(std::string str, char delimit)
{ {