mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
clean up headers
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
|
||||
#include "DownloadRideDialog.h"
|
||||
#include "MainWindow.h"
|
||||
#include "PowerTapDevice.h"
|
||||
#include "PowerTapUtil.h"
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <QtGui>
|
||||
#include <math.h>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
DownloadRideDialog::DownloadRideDialog(MainWindow *mainWindow,
|
||||
|
||||
@@ -19,12 +19,10 @@
|
||||
#ifndef _GC_DownloadRideDialog_h
|
||||
#define _GC_DownloadRideDialog_h 1
|
||||
|
||||
#include "CommPort.h"
|
||||
#include <QtGui>
|
||||
#include "PowerTapDevice.h"
|
||||
#include "PowerTapUtil.h"
|
||||
|
||||
class MainWindow;
|
||||
class DownloadThread;
|
||||
|
||||
class DownloadRideDialog : public QDialog
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user