remove 'using namespace std' also from comments

This commit is contained in:
Luigi Malomo 2021-11-17 23:36:06 +01:00
parent 3fbbf0e94f
commit 82ac1bdc87
3 changed files with 0 additions and 3 deletions

View File

@ -26,7 +26,6 @@ typedef unsigned __int64 uint64_t;
#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 */
/* two mechanism to remove tokens from the cache:
1) set token count to something low

View File

@ -59,7 +59,6 @@ Adding copyright.
#include <vcg/space/line3.h>
#include <iostream>
//using namespace std;
namespace vcg {

View File

@ -35,7 +35,6 @@
#include <wrap/gl/space.h>
#include <vector>
#include <iostream>
//using namespace std;
namespace vcg {