switch source package format to 3.0 quilt
[debian/gnuradio] / mblock / src / lib / mb_timer_queue.h
index a176883310249f43775488a135af4a640ba5ab34..e8b8e1b641d5a6ce2737b0cfe6b936b789da93dd 100644 (file)
@@ -1,12 +1,12 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
 #ifndef INCLUDED_MB_TIMER_QUEUE_H
 #define INCLUDED_MB_TIMER_QUEUE_H
 
-#include <mb_time.h>
+#include <mblock/time.h>
 #include <vector>
 #include <queue>
 #include <pmt.h>
-#include <mb_msg_accepter.h>
+#include <mblock/msg_accepter.h>
 
 class mb_timeout {
 public: