remove 'using namespace std' also from comments
This commit is contained in:
parent
3fbbf0e94f
commit
82ac1bdc87
|
|
@ -26,7 +26,6 @@ typedef unsigned __int64 uint64_t;
|
||||||
|
|
||||||
#include "provider.h"
|
#include "provider.h"
|
||||||
|
|
||||||
//using namespace std;
|
|
||||||
/* this cache system enforce the rule that the items in a cache are always in all the cache below */
|
/* this cache system enforce the rule that the items in a cache are always in all the cache below */
|
||||||
/* two mechanism to remove tokens from the cache:
|
/* two mechanism to remove tokens from the cache:
|
||||||
1) set token count to something low
|
1) set token count to something low
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,6 @@ Adding copyright.
|
||||||
#include <vcg/space/line3.h>
|
#include <vcg/space/line3.h>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
//using namespace std;
|
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@
|
||||||
#include <wrap/gl/space.h>
|
#include <wrap/gl/space.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
//using namespace std;
|
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue