diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 08:59:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 08:59:53 +0000 |
commit | 2293e8300f4c7f75161b0fbda8adde10d1d64f1a (patch) | |
tree | 2d2120289c330ed4551c7f6724458460a4bf9e90 /plugins/HistorySweeperLight/src | |
parent | e2f10dee4e34fd3ef99aa398c004e90539440f33 (diff) |
historysweeperlight: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 |