summaryrefslogtreecommitdiff
path: root/plugins/StartupSilence/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/StartupSilence/src')
-rw-r--r--plugins/StartupSilence/src/main.cpp2
-rw-r--r--plugins/StartupSilence/src/stdafx.cxx (renamed from plugins/StartupSilence/src/stdafx.cpp)2
-rw-r--r--plugins/StartupSilence/src/stdafx.h (renamed from plugins/StartupSilence/src/StartupSilence.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StartupSilence/src/main.cpp b/plugins/StartupSilence/src/main.cpp
index 948c642712..ccdef4917c 100644
--- a/plugins/StartupSilence/src/main.cpp
+++ b/plugins/StartupSilence/src/main.cpp
@@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//HELPME: need new icons for TTB bottons
-#include "StartupSilence.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
diff --git a/plugins/StartupSilence/src/stdafx.cpp b/plugins/StartupSilence/src/stdafx.cxx
index f64a5b0758..6fb37564b7 100644
--- a/plugins/StartupSilence/src/stdafx.cpp
+++ b/plugins/StartupSilence/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 "StartupSilence.h" \ No newline at end of file
+#include "stdafx.h" \ No newline at end of file
diff --git a/plugins/StartupSilence/src/StartupSilence.h b/plugins/StartupSilence/src/stdafx.h
index f7c0c3043a..f7c0c3043a 100644
--- a/plugins/StartupSilence/src/StartupSilence.h
+++ b/plugins/StartupSilence/src/stdafx.h