Normalize include-quotes

- from local directory, use "" (esp. the header file for this .cpp)
wilder-5.24
Adriaan de Groot 6 years ago committed by Devin Lin
parent e612bddb69
commit da130aeb67
  1. 5
      kcms/users/src/user.cpp

@ -19,12 +19,13 @@
License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include <user.h>
#include "user.h"
#include "user_interface.h"
#include <crypt.h>
#include <unistd.h>
#include <sys/types.h>
#include <QtConcurrent>
#include "user_interface.h"
User::User(QObject* parent) : QObject(parent) {}

Loading…
Cancel
Save