Gut out zm.h since it is used only to store the self variable

This commit is contained in:
Peter Keresztes Schmidt 2021-02-04 04:48:38 +01:00
parent 0dbc39ee25
commit 8869bfd903
1 changed files with 0 additions and 12 deletions

View File

@ -21,18 +21,6 @@
#ifndef ZM_H
#define ZM_H
#include "zm_config.h"
#include "zm_define.h"
#include "zm_logger.h"
#include "zm_signal.h"
#include <iostream>
#ifdef SOLARIS
#undef DEFAULT_TYPE // pthread defines this which breaks StreamType DEFAULT_TYPE
#include <string.h> // define strerror() and friends
#endif
extern const char *self;
#endif // ZM_H