mutex: move mutex.h to standard name/location
authorBrian Norris <banorris@uci.edu>
Thu, 11 Oct 2012 23:48:39 +0000 (16:48 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 11 Oct 2012 23:48:39 +0000 (16:48 -0700)
The important exported interfaces should be in the include/ dir. Also,
C++11 programs should use this header as:

    #include <mutex>


No differences found