do not include misc.h in menu.h as it's redundant there

This commit is contained in:
Andrzej Rybczak
2009-03-10 17:26:03 +01:00
parent 5f114abd2c
commit 1667079b59
2 changed files with 1 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
#ifndef _HELPERS_H
#define _HELPERS_H
#include "misc.h"
#include "mpdpp.h"
#include "ncmpcpp.h"
#include "settings.h"

View File

@@ -26,7 +26,6 @@
#include "window.h"
#include "strbuffer.h"
#include "misc.h"
namespace NCurses
{