X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/d537298fdd7d39e4cb0e74e8e6d227245d638afe..b7864004487e7cc6129c3775dd66f8ad9a07528f:/project/commands/drawing/cmd_triangle.c?ds=sidebyside diff --git a/project/commands/drawing/cmd_triangle.c b/project/commands/drawing/cmd_triangle.c index ac82dfb..4d429ee 100644 --- a/project/commands/drawing/cmd_triangle.c +++ b/project/commands/drawing/cmd_triangle.c @@ -43,8 +43,8 @@ #include "project/commands.h" // Generic helper functions #ifdef CFG_TFTLCD - #include "drivers/lcd/tft/lcd.h" - #include "drivers/lcd/tft/drawing.h" + #include "drivers/displays/tft/lcd.h" + #include "drivers/displays/tft/drawing.h" /**************************************************************************/ /*!