Included in wrong file

This commit is contained in:
Adam Honse 2020-09-11 16:33:48 -05:00
parent 0c03632b7b
commit 128cf7a533
2 changed files with 1 additions and 2 deletions

View file

@ -9,6 +9,7 @@
#include <fstream>
#include <iostream>
#include <string>
#include <string.h>
EspurnaController::EspurnaController()
{

View file

@ -8,8 +8,6 @@
#include "RGBController_Espurna.h"
#include <string.h>
RGBController_Espurna::RGBController_Espurna(EspurnaController* espurna_ptr)
{
espurna = espurna_ptr;