diff options
Diffstat (limited to 'plugins/HistorySweeperLight/src')
-rw-r--r-- | plugins/HistorySweeperLight/src/historysweeperlight.cpp | 2 | ||||
-rw-r--r-- | plugins/HistorySweeperLight/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/HistorySweeperLight/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/HistorySweeperLight/src/stdafx.cxx (renamed from plugins/HistorySweeperLight/src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/HistorySweeperLight/src/stdafx.h (renamed from plugins/HistorySweeperLight/src/historysweeperlight.h) | 0 |
5 files changed, 4 insertions, 4 deletions
diff --git a/plugins/HistorySweeperLight/src/historysweeperlight.cpp b/plugins/HistorySweeperLight/src/historysweeperlight.cpp index d42546fa51..09b860078c 100644 --- a/plugins/HistorySweeperLight/src/historysweeperlight.cpp +++ b/plugins/HistorySweeperLight/src/historysweeperlight.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "historysweeperlight.h"
+#include "stdafx.h"
typedef struct
{
diff --git a/plugins/HistorySweeperLight/src/main.cpp b/plugins/HistorySweeperLight/src/main.cpp index 5533f35eda..79436b8212 100644 --- a/plugins/HistorySweeperLight/src/main.cpp +++ b/plugins/HistorySweeperLight/src/main.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "historysweeperlight.h"
+#include "stdafx.h"
HINSTANCE hInst;
diff --git a/plugins/HistorySweeperLight/src/options.cpp b/plugins/HistorySweeperLight/src/options.cpp index 92746b37e4..b1196b68b0 100644 --- a/plugins/HistorySweeperLight/src/options.cpp +++ b/plugins/HistorySweeperLight/src/options.cpp @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "historysweeperlight.h"
+#include "stdafx.h"
// Time Stamps strings
char* time_stamp_strings[] =
diff --git a/plugins/HistorySweeperLight/src/stdafx.cpp b/plugins/HistorySweeperLight/src/stdafx.cxx index 29a7fe8c7b..6fb37564b7 100644 --- a/plugins/HistorySweeperLight/src/stdafx.cpp +++ b/plugins/HistorySweeperLight/src/stdafx.cxx @@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "historysweeperlight.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/HistorySweeperLight/src/historysweeperlight.h b/plugins/HistorySweeperLight/src/stdafx.h index 1821ebdee5..1821ebdee5 100644 --- a/plugins/HistorySweeperLight/src/historysweeperlight.h +++ b/plugins/HistorySweeperLight/src/stdafx.h |