diff options
Diffstat (limited to 'src/shared/Database/MySQLDelayThread.h')
-rw-r--r-- | src/shared/Database/MySQLDelayThread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/Database/MySQLDelayThread.h b/src/shared/Database/MySQLDelayThread.h index fcebe3fbd35..f8dba08bddc 100644 --- a/src/shared/Database/MySQLDelayThread.h +++ b/src/shared/Database/MySQLDelayThread.h @@ -17,12 +17,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - #ifndef __MYSQLDELAYTHREAD_H #define __MYSQLDELAYTHREAD_H - #include "Database/SqlDelayThread.h" - class MySQLDelayThread : public SqlDelayThread { public: |