move headers to tc directory.

This commit is contained in:
2020-01-03 22:38:52 -05:00
parent 3c3cd69be7
commit a8d9451502
8 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#include "solver.h"
#include "groups.h"
#include "tc/solver.h"
#include "tc/groups.h"
#include <ctime>
#include <iostream>