Remove useless comments in the beginning of each C++ file.

This commit is contained in:
Username404-59 2021-03-17 13:00:11 +01:00
parent 4235bb4ce3
commit f32f8abc5c
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
8 changed files with 0 additions and 29 deletions

View File

@ -1,6 +1,3 @@
//
// Created by username404 on 15/01/2021.
//
#include <fstream>
using namespace std;

View File

@ -1,7 +1,3 @@
//
// Created by doggo on 04/02/2021.
//
#include "../headers/lex.hpp"
#include <iostream>
using namespace std;

View File

@ -1,7 +1,3 @@
//
// Created by doggo on 04/02/2021.
//
#ifndef YERBACON_LEX_H
#define YERBACON_LEX_H

View File

@ -1,7 +1,3 @@
//
// Created by doggo on 03/03/2021.
//
#ifndef YERBACON_MISC_HPP
#define YERBACON_MISC_HPP

View File

@ -1,7 +1,3 @@
//
// Created by doggo on 03/03/2021.
//
#ifndef YERBACON_PARSECOMPONENTS_HPP
#define YERBACON_PARSECOMPONENTS_HPP

View File

@ -1,7 +1,3 @@
//
// Created by doggo on 05/03/2021.
//
#ifndef YERBACON_STANDARDCOMPONENTS_HPP
#define YERBACON_STANDARDCOMPONENTS_HPP
#include "ParseComponents.hpp"

View File

@ -1,6 +1,3 @@
//
// Created by username404 on 11/12/2020.
//
#include "../headers/lex.hpp"
#include "../headers/parsing/ParseComponents.hpp"
#include "../headers/parsing/StandardComponents.hpp"

View File

@ -1,6 +1,3 @@
//
// Created by username404 on 09/01/2021.
//
#include <iostream>
using namespace std;