Author: sebor
Date: Thu Feb 2 17:36:58 2006
New Revision: 374557
URL: http://svn.apache.org/viewcvs?rev=374557&view=rev
Log:
2006-02-02 Martin Sebor <[EMAIL PROTECTED]>
* alg_test.cpp (<printf.h>): Corercted the spelling of header name.
Modified:
incubator/stdcxx/trunk/tests/src/alg_test.cpp
Modified: incubator/stdcxx/trunk/tests/src/alg_test.cpp
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/tests/src/alg_test.cpp?rev=374557&r1=374556&r2=374557&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/src/alg_test.cpp (original)
+++ incubator/stdcxx/trunk/tests/src/alg_test.cpp Thu Feb 2 17:36:58 2006
@@ -27,9 +27,8 @@
#include <stdlib.h> // for rand(), strtol()
#include <string.h> // for size_t, strlen()
-
#include <alg_test.h>
-#include <snprintfa.h>
+#include <printf.h> // for rw_asnprintf()
/* static */ size_t X::count_;