]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/shader.h
fix a typo
[simgear.git] / simgear / screen / shader.h
index 55d804c8781acb8e64fb6f4ff3abb4b102254309..2bd3e8eb1178061416b665eac44b8919d460834d 100644 (file)
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
 #ifndef __SHADER_H__
 #include <vector>
 
 #include <map>
-#include STL_STRING
+#include <string>
 
-SG_USING_STD(map);
-SG_USING_STD(vector);
-SG_USING_STD(string);
+using std::map;
+using std::vector;
+using std::string;
 
 class Shader {
 public: