Gut out zm.h since it is used only to store the self variable
This commit is contained in:
parent
0dbc39ee25
commit
8869bfd903
12
src/zm.h
12
src/zm.h
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue