summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerprecompiledheaders.cpp
diff options
context:
space:
mode:
authorSignal Linden <signal@lindenlab.com>2022-10-10 10:01:10 -0700
committerSignal Linden <signal@lindenlab.com>2022-10-10 10:01:10 -0700
commit977d7e9ea0c6b04b085704a4a7b64244522e770c (patch)
tree80849436f1961ea58839808366dd1b3e2d07928f /indra/newview/llviewerprecompiledheaders.cpp
parentf2f9b32e753972d83087b9201a0073e208a0dd75 (diff)
parent7018deb7f8bc22bdbab7be29896c92ec648a3f2f (diff)
Merge remote-tracking branch 'bb/DRTVWR-568' into actions
Diffstat (limited to 'indra/newview/llviewerprecompiledheaders.cpp')
-rw-r--r--indra/newview/llviewerprecompiledheaders.cpp34
1 files changed, 0 insertions, 34 deletions
diff --git a/indra/newview/llviewerprecompiledheaders.cpp b/indra/newview/llviewerprecompiledheaders.cpp
deleted file mode 100644
index 307e903726..0000000000
--- a/indra/newview/llviewerprecompiledheaders.cpp
+++ /dev/null
@@ -1,34 +0,0 @@
-/**
- * @file llviewerprecompiledheaders.cpp
- * @brief precompiled headers for newview project
- *
- * $LicenseInfo:firstyear=2005&license=viewerlgpl$
- * Second Life Viewer Source Code
- * Copyright (C) 2010, Linden Research, Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation;
- * version 2.1 of the License only.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
- * $/LicenseInfo$
- */
-
-// source file that includes just the standard includes
-// newview.pch will be the pre-compiled header
-// llviewerprecompiledheaders.obj will contain the pre-compiled type information
-
-#include "llviewerprecompiledheaders.h"
-
-// TODO: reference any additional headers you need in llviewerprecompiledheaders.h
-// and not in this file