core: Track upgrade step within schema version
[quassel.git] / src / core / corebasichandler.cpp
index 38b510e..2d51a3a 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2018 by the Quassel Project                        *
+ *   Copyright (C) 2005-2019 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -20,7 +20,6 @@
 
 #include "corebasichandler.h"
 
-#include "logmessage.h"
 #include "util.h"
 
 CoreBasicHandler::CoreBasicHandler(CoreNetwork* parent)