commit 5dd7c39c69cc9443895679c36a4fbcd30882e38a parent eb8097ed3fa3abda431f295c325716d226cf3c04 Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Sat, 22 Jun 2024 13:02:06 -0300 remove unused headers from `main.cpp` Diffstat:
| M | main.cpp | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-) diff --git a/main.cpp b/main.cpp @@ -1,11 +1,3 @@ -#include <iostream> -#include <fstream> -#include <string> -#include <sstream> -#include <cstdlib> -#include <vector> - -#include "barrio.h" #include "menu.h" int main (void) {
