Correcting include paths
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user