Remove unnecessary include from main.c

This commit is contained in:
Lakindu Akash 2019-11-25 10:01:58 +05:30 committed by GitHub
parent 5209290e59
commit b316c57065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "ui.h"
#include "h_prop.h"
int main(int argc, char *argv[]) {