logger: Refactor the logging framework
[quassel.git] / src / common / basichandler.cpp
index c53468f..fe7531d 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2016 by the Quassel Project                        *
+ *   Copyright (C) 2005-2018 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
 
 #include "basichandler.h"
 
+#include <QDebug>
 #include <QMetaMethod>
 
-#include "logger.h"
-
 BasicHandler::BasicHandler(QObject *parent)
     : QObject(parent),
     _defaultHandler(-1),