Correcting include paths

This commit is contained in:
2021-10-05 11:19:55 +00:00
parent 8312bd7c61
commit 3970eeb874
4 changed files with 9 additions and 9 deletions

View File

@ -15,8 +15,8 @@
along with this program. If not, see <https://www.gnu.org/licenses/> */
#include <stdlib.h>
#include "../inc/indicators.h"
#include "../inc/route.h"
#include "../include/indicators.h"
#include "../include/route.h"
indicators *init_indicators(int width)
{