]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/message.h
Fix memory leak too
[user/henk/code/inspircd.git] / include / message.h
index f68eb8f6fff06080c5147534634fb8419e9245af..aab2f6973db6ab9935977c8a2226cb3408a1721e 100644 (file)
  * ---------------------------------------------------
  */
 
-#ifndef __MESSAGE_H
-#define __MESSAGE_H
+#warning "message.h is deprecated and may be removed from a future version"
 
-// include the common header files
-
-#include <typeinfo>
-#include <iostream>
-#include <string>
-#include <deque>
-#include <sstream>
-#include <vector>
-#include "users.h"
-#include "channels.h"
-
-int isident(const char* n);
-int isnick(const char* n);
-
-#endif