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

master
Andrzej Rybczak 17 years ago
parent 5f114abd2c
commit 1667079b59
  1. 1
      src/helpers.h
  2. 1
      src/menu.h

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

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

Loading…
Cancel
Save