Commit 51d13e113bff0d683abdee498768c7af714ef1c5

Authored by 김태훈
1 parent 538041ab9f
Exists in master and in 2 other branches fhd, fhd-demo

소스 코드 정리

- 필요 없는 헤더 제거
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
app/gui/oven_control/mainwindow.h
... ... @@ -2,11 +2,8 @@
2 2 #define MAINWINDOW_H
3 3  
4 4 #include <QMainWindow>
5   -#include <QtWidgets/QPushButton>
6 5  
7 6 #include "oven.h"
8   -#include "udphandler.h"
9   -#include "ovenstatics.h"
10 7 #include "define.h"
11 8  
12 9 namespace Ui {
... ...